| Author |
exe file in server side
|
Pauline Priyadharshini
Greenhorn
Joined: Jan 21, 2012
Posts: 1
|
|
|
If I need to upload an exe file in my server, in which folder should I upload? I am using Netbeans 6.8. Please do reply
|
 |
Saifuddin Merchant
Ranch Hand
Joined: Feb 08, 2009
Posts: 576
|
|
any folder you like!!
If you don't want user to access the uploaded files directly, you may want to write it to any sub folder of WEB-INF.
You could also write it out anywhere outside the web-app, its a file - you could copy it anywhere you like (assuming you have the permission to write to that directory)
|
Cheers - Sam.
Twisters - The new age Java Quiz || My Blog
|
 |
 |
|
|
subject: exe file in server side
|
|
|