This is a discussion on Partially Uploaded File - error message help within the PHP General forums, part of the PHP Programming Forums category; I am getting the 'partially uploaded file' error with uploads over about 4k-5k. $_FILE ['myAttachment']['error'] = 3. Rackin my ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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_filesize=2M - post_max_size=8M and we have the <input type="hidden" name="MAX_FILE_SIZE" value="5000000"> input tag appearing prior to <input type="file" name="myAttachment"> in the form. running php 4.3.3 on IIS on a windows 2000 server. |