Stupid question

Upload core product.
Post Reply
vit_ro
Posts: 1
Joined: Thu Jun 06, 2013 2:07 pm

Stupid question

Post 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!

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Stupid question

Post 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 ...)

Post Reply