hi Alexandre,

There is a perl module that one of our developers built for Apache2 that
you may wish to look at as it has a lot of the upload meter
functionality built in. It takes care of the server side and sends XML
back to the browser to update the meter. I'm sure the front end could
use a jQuery makeover. You can see a demo of it at:

http://cees.crtconsulting.ca/perl/talks/yapc_ajax_and_perl/examples/UploadProgress/

Details on how to get it running are here

http://www.mail-archive.com/cgiapp@lists.erlbaum.net/msg05269.html

Regards,

David



Alexandre Plennevaux wrote:
> hello,
>  
> i'm in need of a good cross platform solution for file upload with
> progress indication. The usual problem is that php does not have,
> unless involving a  cgi script, the capacity to know the exact state
> of the upload. So instead of using cgi, my idea is to use a flash file.
>  
> So i've made a flash / php script that does that.
>  
> Now, i would like to make it reusable, hence the idea to go towards a
> jquery plugin that could provide a more usable interface for file
> uploading via web page in a non obtrusive way.
>  
> Before i start with the development, i would like to hear from you
> what would be the core features of  such plugin so that you would find
> it useful in your own work.
>  
> Here are my specs so far:
>  
> - technologies: xhtml/ jquery / flash / php
> - method: replace input type="file" by a flash file via jquery if
> javascript AND flash is available, otherwise fall back to classic html
> upload.
> - flash file displays progress indicator
> - option to display result after upload
> - option to save file url to database
> - option to set the allowed filesize
> - option to set the allowed file types
>  
>  
> Any more ideas?
>  
> Thank you,
>  
> Alexandre
>  
>  
>
> --
> Ce message Envoi est certifié sans virus connu.
> Analyse effectuée par AVG.
> Version: 7.5.441 / Base de données virus: 268.17.29/673 - Date:
> 6/02/2007 17:52
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>   
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to