Hi Guys

I require a Java applet (and web service on server) permitting upload of large files to the server.

Client side: The applet UI should simply permit selection of a file for upload from the local directory structure. The server URL will be hard-coded in the applet. When the file is selected and an 'upload' button is pressed, the file should be uploaded to the server with a progress bar showing the progress of file upload. The upload should use an HTTP post for upload. [ ANY EXISTING TOOLS/UTILITIES FOR THIS ]


Please help

Thanks

Recommended Answers

All 11 Replies

Have you tried a google search?

Have you tried a google search?

yeah, but there is not more about java or applet, Just javaScript.

Thanks

The applet UI should simply permit selection of a file for upload from the local directory structure.

Will the applet have permission to read files from the local system?

I searched for "free java file upload applet" and found these three links within the first 5 results. I can't vouch for any of these links though.

http://jumploader.com/
http://www.javaatwork.com/
http://sourceforge.net/projects/jupload/

i got jar file (jupload-5.0.0rc4-src-5.0.0rc4.jar) from this location "http://sourceforge.net/projects/jupload/", ,

It seems a thing of my need but i don't know how to put a jar file into use. I am sorry a little bit new java.

please tell me what to do with this jar file to use it.

Thanks

First read the doc that comes with the code.
Maybe it is all in the jar file. Open the jar file with a zip file reader and see what is there.

First read the doc that comes with the code.
Maybe it is all in the jar file. Open the jar file with a zip file reader and see what is there.

thanks for the reply, but this is just one file "jupload-5.0.0rc4-src-5.0.0rc4.jar"

i don't know software to open this and no associated document is there. so can you please advise what to do?

Thanks

First read the doc that comes with the code.
Maybe it is all in the jar file. Open the jar file with a zip file reader and see what is there.

It is a applet packaged as a JAR file and i read somewhere i can use this like


<applet code=AppletClassName.class
archive="jupload-5.0.0rc4-src-5.0.0rc4.jar"
width=500 height=500>
</applet>

But now problem is that i need "AppletClassName.class" to pur within code=AppletClassName.class , so any body please tell me how can i get AppletClassName.class

Thanks a lot

Did you open the jar file in a zip file reader program and look at it?
If needed, rename the file by adding a .zip at the end of the extension.

The file contains source, no executable class files. The readme doc is terrible. If you find the index.html file, the doc looks very good.

Let us know if you figure out how to use it. It must require some IDE or builder program to create usable parts.

Have a look to JFileUpload. It's an upload applet supporting HTTP, HTTPS, FTP, FTPS and SFTP transfer. Free trial is available.

Have a look to JFileUpload. It's an upload applet supporting HTTP, HTTPS, FTP, FTPS and SFTP transfer. Free trial is available.

Thanks sir, it worked and solved my problem. very very thanks.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.