I know this is mighty off topic, but I am looking for any feedback that you monks may have about any of the different multi file upload java applets out there.

My predicament is that I need to offer multi file uploads to many users on a new web system I am developing. The end users are not technical at all and will be uploading anywhere from one to thirty files (10mib to 1gib each) at a time. I can't have them select each file separately and just add new file select buttons with plain old HTML forms. They also need more of an upload status than the normal slowbar/status bar on IE or netscape/moz. My requirements are:

  • Multiple file select/queue
  • progress bar
  • Browser compatibility for IE5+, Netscape 6+, mozilla like, Opera, Safari 1.1+, IE Mac (so java vm requirement of < 1.3)
  • able to submit to a perl CGI.pm script running on Solaris or Linux (no IIS asp junk)

    Does anyone have any experience with any of the offerings out there that you would think would meet my requirements? Any good or bad feelings for any of the products out there? Any other radical design ideas ?

    Some of the products I have looked at already are:

    JUpload (requires java 1.4.1+ breaks on ie/mac)
    J'Upload (does not seem to work very well at all on safari/ie-mac)
    SA JFile (needs server side ASP / IIS junk)
    As always thanks for your replies.


    -Waswas

    In reply to OT: Java applet multi file upload to perl CGI... by waswas-fng

    Title:
    Use:  <p> text here (a paragraph) </p>
    and:  <code> code here </code>
    to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.