Hermes - Java File Uploader

Hermes
Java File Uploader

 

News


Latest news
More

Testimonial


We were looking for a configurable java upload applet with source code for our file exchange service, Pipeline eXchange (www.pipelinexi.com), and came across Hermes Java File Uploader. We were able to quickly integrate the uploader into our service. The functionality is rich and the support is superb.

Raju Patel at Pipeline Software, Inc.
More

Basic package


Contents of the package:
  • Hermes.jar
  • DHTML api (link)
  • available config options (link)
  • simple (simple demo with self documented HTML file).
  • dhtml (DHTML Demo with more advanced options).
  • Hermes Config (link)
  • upload_handlers
More

Quick contact


Please type code visible on image below
Hermes captcha
 




Form sent succesfully. We'll contact you shortly. Thank you!

Frequently Asked Questions and answers.

  1. Why I cannot connect to my FTP/HTTP server?

    Your web/ftp server might be down or you made a typo in the action param. To make sure that this is not Hermes related problems, try copy pasting ftp/http url into your ftp client/browser.

  2. I'm getting "connection refused" error what should I do?

    Same as #1

  3. My HTTP upload goes fine with smaller files but I cannot upload bigger ones?

    Probably your webserver is configured to accept POST request of a certain size and bigger files are over this limit. That's how some webservers protect its users from flodding.

    For details you need to consult your webserver producer's documentation.

  4. I'm getting class com.javauploader.hermes.U not found. exception

    Usually this means that jvm cannot access jar file, so please check that path in either archive param tag and archive attribute of applet tag are fine. Than restart your browser (refreshing page won't help since jvm has cached results of first request/response).

  5. I downloaded the demo package, unzipped it and opened demo page under firefox but drag'n'drop functionality isn't working, why?

    There seems to be some kind of extra privilege check on local file system that's why FF prevent's from using swing elements as drop target. Copy all files to your webserver (or access them through your localhost) and everything should work fine.