Hello.
i’ve set up a safecracker form, which i thought was working wonderfully, until i tried using it with IE. Specifically IE7, 8 and 9 have the same problem.
The file size limit you can upload is set to 1mb, and in ANY other browser Ive tried, the file uploads quickly and painlessly. However in IE, the upload is sloooooooooow, and on images bigger than 100kb the page just keeps loading, and loading and loading until the page fails to load, and ie suggests there might be a connection problem, and leaves you hanging.
If anyone can test the form in either ie 7, 8 or 9 I’d be very appreciative.
This is the page (when you get there, click the link that says “Trykk her for å registrere hunden din som savnet!” and the form will display.
The form is in norwegian, but any input will suffice. The file upload field accepts images only, and is called “bilde” (bilde=image).
Thanks a bunch everybody!
Edit, here’s the form btw.
{exp:safecracker channel="savnet" return="savnet#forsvunnet" safecracker_head="no" include_jquery="no" class="required"}
<ul class="two-col-form inset-box">
<li>
<label for="title">Navn</label>
<input type="text" name="title" class="validateEmpty">
</li>
<li>
<label for="rase_savnet">Rase</label>
<input type="text" name="rase_savnet" class="validateEmpty">
</li>
<li>
<label for="omrade_savnet">Område</label>
<input type="text" name="omrade_savnet" class="validateEmpty">
</li>
<li>
<label for="dato_savnet">Dato</label>
<input type="text" name="dato_savnet" class="datepicker" class="validateEmpty">
</li>
<li>
<label for="telefon_savnet">Telefon</label>
<input type="text" name="telefon_savnet" class="validateEmpty">
</li>
<li>
<label for="bilde_savnet">Bilde</label>
{field:bilde_savnet}
<small>{instructions:bilde_savnet}</small>
</li>
<li>
<label for="fritekst_savnet">Andre Opplysninger</label>
<textarea name="fritekst_savnet"></textarea>
</li>
<li>
<input type="submit" name="submit" value="Registrer" id="saefsubmit">
</li>
</ul>
{/exp:safecracker}