I am getting the 'partially uploaded file' error with uploads over
about 4k-5k. $_FILE ['myAttachment']['error'] = 3. Rackin my brain on
this one, any help appreciated.
Php.ini
- upload_max_file size=2M
- post_max_size=8 M
and we have the <input type="hidden" name="MAX_FILE_ SIZE"
value="5000000" > input tag appearing prior to <input type="file"
name="myAttachm ent">
in the form.
running php 4.3.3 on IIS on a windows 2000 server.
about 4k-5k. $_FILE ['myAttachment']['error'] = 3. Rackin my brain on
this one, any help appreciated.
Php.ini
- upload_max_file size=2M
- post_max_size=8 M
and we have the <input type="hidden" name="MAX_FILE_ SIZE"
value="5000000" > input tag appearing prior to <input type="file"
name="myAttachm ent">
in the form.
running php 4.3.3 on IIS on a windows 2000 server.
Comment