C
crazzybugger
hi
Here is a short description of what i am trying to do..........
i am having a directory called "upload" in my public_html . I am
using a servlet to store the files into that directory (the files
uploaded by me or some one) ....
however i do not want this directory to be viewable by other people
...... so i changed the permission of that directory to 770 .........
the servlet throws an exception saying it cannot write into that
directory.......... why is that so ? and is there anyway of rectifying
or achieving my goal ?
Here is a short description of what i am trying to do..........
i am having a directory called "upload" in my public_html . I am
using a servlet to store the files into that directory (the files
uploaded by me or some one) ....
however i do not want this directory to be viewable by other people
...... so i changed the permission of that directory to 770 .........
the servlet throws an exception saying it cannot write into that
directory.......... why is that so ? and is there anyway of rectifying
or achieving my goal ?