Hi,
I wanted to know if there is a way to upload a file, without using the html file upload control.
Discussions
Web tier: servlets, JSP, Web frameworks: other ways to upload a file besides the html file upload control
-
other ways to upload a file besides the html file upload control (1 messages)
- Posted by: rush m
- Posted on: May 05 2004 02:58 EDT
Threaded Messages (1)
- other ways to upload a file besides the html file upload control by Paul Strack on May 05 2004 10:52 EDT
-
other ways to upload a file besides the html file upload control[ Go to top ]
- Posted by: Paul Strack
- Posted on: May 05 2004 10:52 EDT
- in response to rush m
Write an applet.
Use Flash.
Write a Java client.
If you want to use a pure, HTML-only web app, though, the file upload form element is pretty much your only option.