The Artima Developer Community
Sponsored Link

Java Answers Forum
how do I create an upload page in Java?

2 replies on 1 page. Most recent reply: Apr 14, 2002 7:00 AM by Neva Mohammad

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
Neva Mohammad

Posts: 28
Nickname: neva
Registered: Apr, 2002

how do I create an upload page in Java? Posted: Apr 13, 2002 5:06 AM
Reply to this message Reply
Advertisement
I am trying to create an upload page for the web. i.e I want to be able to upload files onto the web (to an archive). Where should I start?


Jay Kandy

Posts: 77
Nickname: jay
Registered: Mar, 2002

Re: how do I create an upload page in Java? Posted: Apr 13, 2002 9:57 AM
Reply to this message Reply
O'Reilly 's MultipartRequest is used vastly.

Neva Mohammad

Posts: 28
Nickname: neva
Registered: Apr, 2002

Re: how do I create an upload page in Java? Posted: Apr 14, 2002 7:00 AM
Reply to this message Reply
Thanks for your suggestion J.K, I have tried it out, however, I've managed to use fileDialog to create the file selection window, however I am stuck as I need to open the file that I pick up and replace a certain string inside it with another before I place it on the web server that is hosting the site.
Can anyone help? I am trying to do the replace of the string in a similar way to a predictive parser - am I on the right track.
Incidentally is it possible to create trees without using Swing?
Thanks to whoever is able to help.

Flat View: This topic has 2 replies on 1 page
Topic: having troubles in vector Previous Topic   Next Topic Topic: Static method calls

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use