Interesting... I should admit that, we don't have a plugin that does exactly that in jQuery. But there are quite a few upload related plugins that may partially solve your needs. Sorry, couldn't be of much help here... But i am sure, someone somewhere (including Benjamin) is writing a plugin that exactly solves this need for jQuery.
-GTG On 8/22/07, Jack Killpatrick <[EMAIL PROTECTED]> wrote: > > I want to do this and have evaluated and tried a few plain-js and jquery > based solutions: > > http://digitarald.de/playground/uplooad.html > > required abilities: > > 1. select multiple files at once via browse dialog > 2. list all selected files separately > 3. remove any selected file before uploading and during upload (if not > started) > 4. per-item progress bars (and ability for individual uploads to complete > before whole batch does) > 5. clear completed list easily > > Nice to haves: > > 6. restrict selections by file extension > 7. file-size limit enforced on client side > > Additionally: I'm looking for a solution that has most/all of this already > packaged (since this mootools uploader does and has therefore set the bar) > so that implementation time will be minimal. > > FWIW, all of the jq-based plugins I've looked at so far did not meet *all* > requirements or came close, but had various browser-specific issues > (crashing browsers, not loading from local cache) that made us give up on > them. > > - Jack > > Benjamin Sterling wrote: > > @GTG, great question, I second that. > > @Jack, if you can explain what you are trying to do with mootools, maybe > we can come up with an alternative. > > On 8/22/07, Ganeshji Marwaha <[EMAIL PROTECTED]> wrote: > > > > I don't think there is a way to make mootools play well with other > > libraries when using the infamous "$". jQuery is probably the only library > > that understands this concern and has implemented appropriate precautions in > > its code base. > > > > That said, to look at ur needs from a higher level, i think i will first > > need to understand what is that u r doing with mootools that can't be done > > in jquery. If we are able to easily achieve the same using jQuery, then you > > wont have to use mootools at all in the first place... > > > > > >