This is a discussion on Max File Size? within the PHP General forums, part of the PHP Programming Forums category; Hey there, How do you set a max file size for uploading? I know how to do it sql, but ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hey there,
How do you set a max file size for uploading? I know how to do it sql, but I don't want to have the file uploaded into a temp directory if it's too large anyway. Should I do this in javascript or any other way without having unneeded burden on the server and my bandwidth? Thanks, Dimitri Marshall |