aarushi2001
Technical User
Hi,
I want users to upload file. The files uploaded by them shud be stored under test folder on server (I have created the folder and set required permissions). I am stuck here:
to save file to a particulat location, code is something like:
saveFile = "../webapps/ROOT/download/" + saveFile;
this works well on my local machine.
Same thing I want it to work when online so code should be:
saveFile = " + saveFile;
but this isnt working.. can someone please help me.. its urgent
I want users to upload file. The files uploaded by them shud be stored under test folder on server (I have created the folder and set required permissions). I am stuck here:
to save file to a particulat location, code is something like:
saveFile = "../webapps/ROOT/download/" + saveFile;
this works well on my local machine.
Same thing I want it to work when online so code should be:
saveFile = " + saveFile;
but this isnt working.. can someone please help me.. its urgent