i try upload a large file(3000x2301/2.1MB),but got this error msg
No picture was uploaded !
If you have really selected a picture to upload, check that the server allows file uploads...
any suggestion?
Try uploading smaller files to make sure uploads work.
Check you php.ini settings using phpinfo() to make sure your server allows uploads that size. 2MB is the default limit.
Quote from: "hyperion"Try uploading smaller files to make sure uploads work.
Check you php.ini settings using phpinfo() to make sure your server allows uploads that size. 2MB is the default limit.
thx,now it works :wink: