Hvad bruges BOUNDARY til i dit eksempel. Skal man selv håndterer de forskellige felter i <FORM> delen fra ImageShack. Sådan her ser den, adressen er iøvrigt
http://imageshack.us:<form method="post" action="
http://www.imageshack.us/" enctype="multipart/form-data" onsubmit="disableme('butan')" id="upform">
<table cellspacing="0" cellpadding="0" border="0"><tr>
<td><p style="font-size: 11px;">upload: <input type="radio" name="uploadtype" onclick="toggleuploadmode(true);" checked>
file <input type="radio" name="uploadtype" onclick="toggleuploadmode(false);"> url</p></td>
<td width="2"> </td>
<td><div id="upfile"><input type="file" name="fileupload" size="30" onchange="showoptions(this)" id="fileupload"></div>
<div id="upurl" style="display: none"><input type="text" id="fileupload" value="paste image url here" style="color: #888;"
onfocus="focusfield(this)" name="url" size="30"></div></td>
</tr></table>
<input type="hidden" name="MAX_FILE_SIZE" value="3145728">
<input type="hidden" name="refer" value="">
<input type="hidden" name="brand" value="">
<div id="resizeoptions">
<input type="checkbox" name="optimage" id="optimage" value="1" onclick="optsize.disabled=!this.checked"> resize image?
<select name="optsize" id="optsize">
<option value="100x100" >100x75 (avatar)</option>
<option value="150x150" >150x112 (thumbnail)</option>
<option value="320x320" selected>320x240 (for websites and email)</option>
<option value="640x640" >640x480 (for message boards)</option>
<option value="800x800" >800x600 (15-inch monitor)</option>
<option value="1024x1024" >1024x768 (17-inch monitor)</option>
<option value="1280x1280" >1280x1024 (19-inch monitor)</option>
<option value="1600x1600" >1600x1200 (21-inch monitor)</option>
<option value="resample" >optimize without resizing</option>
</select>
</div>
<div>
<input type="checkbox" name="rembar" value="1" > remove size/resolution bar from thumbnail?
</div>
<div id="filetypeerror" style="display: none"> <b style="color: red;">Please select only one of the supported file types:</b><br></div>
<div><img class="para" src="img/hosty.png" alt="hosting" /></div>
<input id="butan" style="width:150px" type="submit" value="host it!"> </form>