Search found 5 matches
- Sat Jun 09, 2007 6:09 pm
- Forum: PHP - Code
- Topic: upload file MAX_FILE_SIZE
- Replies: 13
- Views: 1836
I really don't understand why you are stuck to this MAX_FILE_SIZE thing. It is client side...it cannot prevent anything - restriction easy to bypass. I am not trying to stop hacking I am trying to stop stupid users. MAX_FILE_SIZE seems to be the best solution on limiting the file size. What I read ...
- Fri Jun 08, 2007 5:22 pm
- Forum: PHP - Code
- Topic: upload file MAX_FILE_SIZE
- Replies: 13
- Views: 1836
- Fri Jun 08, 2007 11:15 am
- Forum: PHP - Code
- Topic: upload file MAX_FILE_SIZE
- Replies: 13
- Views: 1836
- Fri Jun 08, 2007 10:41 am
- Forum: PHP - Code
- Topic: upload file MAX_FILE_SIZE
- Replies: 13
- Views: 1836
- Fri Jun 08, 2007 1:58 am
- Forum: PHP - Code
- Topic: upload file MAX_FILE_SIZE
- Replies: 13
- Views: 1836
upload file MAX_FILE_SIZE
I have read as much as I can find but I simply can not get the code to work the way I expect it to. I want the code to not upload a file if it is to large and to have it message the user that the file is too large. So far I can only make that message after the file is uploaded, which is annoying to ...