Page 1 of 1

Stupid question

Posted: Thu Jun 06, 2013 2:11 pm
by vit_ro
Hi ! I am a newbye in using Java and webprogramming . I am trying to understand how this works with a small example. My main question....where the files are uploaded? Upload means that the file is sent from the client and saved (physically ) to a location from server...right? how do I get that location? Thank you in advance!

Re: Stupid question

Posted: Mon Jul 01, 2013 5:40 pm
by support
It depends if you upload through FTP or HTTP. For FTP, it's the remote folder setup for FTP account. For HTTP, it's folder setup in upload script (PHP, ASP.NET ...)