what's the behavior of the apache+php server for users when u upload/update files?

NumNoum

New member
IF the value of the file is no more than 100KB, what's gonna happen?
Nothing?
What can user see when he browses the web-site?
Will he see the message "The page cannot be displayed" or something like that?
Or any special message?
Or, just probably his web-page will have no entered data from the previous page?
Or, he will loose SESSION variables?
What can happen on the server with database?
What's the probability that if 100 users at a time browse your web-site and you uploaded 100kb file, they will find any buggy behavior?
Should an administrator notify users by message "the site is temporary unavailable" if he wants to upload 100kb file?

Thank you.
 
Back
Top