Hi all,
actually my scenario is we are running a webserver using apache-tomcat in that our client uploading resumes, so that particular space we are allowed to upload
Quote:
for example if the client bought only 250 MB space means we restrict the size limit to upload only 250 limit once the limit exceed means the client not able to upload files, like that...my scenario is
|
for that we are running java in root permission, so even we changed the particular folder permission also inside the Webapps but that also not works because the entire java process is running in root permission. so that only we planned to block root access for the particular folder once the limit exceed limit through scripts.
This is the right way?? or any other way is available to restrict the user upload inside the WEBAPPS ??? please guide me.
With Regards
Anish Kumar.V