Forum Moderators: coopster
I wanted to discuss a problem regarding file uploading. My script goes on well uploading files whose size is smaller than the the original size specified in php.ini file i.e 2M.
It works fine and upload the files give all messages etc if file size is greater than as i specified max file size and lower than php.ini max file size.
The problem arises when i try to upload file that is of greater file size than the php.ini file size. It just does nothing, shows a message "file not selected". What i wanted to do is to display a message "file size greater or .." incase a file size is greater than php.ini max file size.
I hope i communited it nicely. Please share your views in this regard, what should i do to prevent it.
Thanks in advance.
Regards,
Qasim Ali