R
ruds
Hi,
I have a web application in which users upload files and later I
convert them to pdf's using jodconverter.
What I have found is, when users upload files they are stored under
'nobody's' uid on linux.
Let me give you a back ground of my webapp.
tomcat is under /root/apache* directory, I have given a link to actual
source files and uploaded files stored in the webapps directory of
apache.
The actual files are stored under another users home/projects
directory.
So when a web user uploads some files it is being stored at above
mentioned location and when I want to convert the files to pdf I'm am
not having write permissions to the files as the UID for these files
is 65534.
Now, please tell me what should I do so that whenever files are
uploaded they are stored with the user's name where all code and other
files are stored.
I have a web application in which users upload files and later I
convert them to pdf's using jodconverter.
What I have found is, when users upload files they are stored under
'nobody's' uid on linux.
Let me give you a back ground of my webapp.
tomcat is under /root/apache* directory, I have given a link to actual
source files and uploaded files stored in the webapps directory of
apache.
The actual files are stored under another users home/projects
directory.
So when a web user uploads some files it is being stored at above
mentioned location and when I want to convert the files to pdf I'm am
not having write permissions to the files as the UID for these files
is 65534.
Now, please tell me what should I do so that whenever files are
uploaded they are stored with the user's name where all code and other
files are stored.