Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Java (http://www.velocityreviews.com/forums/f30-java.html)
-   -   Easiest FileUpload (http://www.velocityreviews.com/forums/t123842-easiest-fileupload.html)

Rameyjk 06-29-2003 12:27 PM

Easiest FileUpload
 
I have a program that creates a file in a specific folder that my users have to
upload to a website in order to turn in their data. When they go to the
website they end up calling because they do not remember where their data is on
their c drive eventhough the web page tells them. Once they know the folder
and name of file they use the browse button on the fileupload object to get
that file. Is there a way to authomate this without having to install ftp?
thx
ascotch

Ben_ 06-30-2003 06:15 AM

Re: Easiest FileUpload
 
What about making the program that creates the file upload it as well ?

As regards the html field, it cannot be filled in automatically (can read
but cannot write a value).



Tim Jowers 06-30-2003 11:52 AM

Re: Easiest FileUpload
 
"Ben_" <nospam@nospam.com> wrote in message news:<3effd62b$0$6532$afc38c87@sisyphus.news.be.ea synet.net>...
> What about making the program that creates the file upload it as well ?
>
> As regards the html field, it cannot be filled in automatically (can read
> but cannot write a value).

Maybe have the program create a cookie in the right cookie file and
then have applet/script/JSP fill it in on the form?
Tim


All times are GMT. The time now is 09:04 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57