PDA

View Full Version : File Upload in True Update


mcme
10-14-2005, 04:05 PM
I am new to this world and while impressed with downloading update with true update but still confuse how can i upload my text files (log files) using jsp.

Any help will appricate.
waiting for detail response.

I know this has been an issue before but sorry to raise it again for more clarification

Mark
10-17-2005, 04:16 PM
Hi mcme,

Welcome to the forum!

I know that you have seen this post (http://www.indigorose.com/forums/showthread.php?t=11089) before but I suggest you give it another look since it shows how to upload a file using PHP and some of the issues regarding it.

What are your reasons for uploading the files to your website? What if you simply posted the information to your web script rather then uploading the file?

As far as using JSP to accomplish this is concerned, I'm afraid that I've never used JSP so I wouldn't know how. However after a little bit of googleing I found this: link (http://forum.java.sun.com/thread.jspa?forumID=31&threadID=451245) It looks pretty robust but since I have not tried it I cannot vouch for it.