Link to home
Start Free TrialLog in
Avatar of keano84
keano84

asked on

File upload

ive got an upload script which works but when im uploading more than a few Mb's i get this error

Warning: File Upload Mime headers garbled ptr: [ in Unknown on line 0


i need to be able to upload about 15MB at the most.

any ideas what the error means or any ideas of a fix
Avatar of rj2
rj2

It would be easier to help you if you post the script you use.
Avatar of keano84

ASKER

You form tag must have
ENCTYPE="multipart/form-data"

You must include this line in your form.
<input type="hidden" name="MAX_FILE_SIZE" value="15728640">
Avatar of keano84

ASKER

my form tag does include this and i have tried the max file size. The files do upload but there is an error at the top of the page
ASKER CERTIFIED SOLUTION
Avatar of lokeshv
lokeshv

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial