Re: [jQuery] jQUpload - request for features

2007-02-09 Thread Kenneth

p.s. Let me just add that I currently don't have any practical application
for such a plugin; I'm just offering some feedback as to what some users
might look for in an uploader. :)

On 2/9/07, Kenneth [EMAIL PROTECTED] wrote:


Would it be possible, on either end, to rate-limit the upload? I know from
experience that I often don't upload large files simpy because my connection
will be mostly unusable during the duration, which can be quite bothersome.
Also, from the server standpoint, you might open yourself up to DoS attacks
if you're not rate-limiting the upload in some form.

As far as the jQuery/UI portion goes though, some features I would think
users would like would be:

* multiple progress indicator styles (bar, %number, pie-chart, etc), and
the ability to style said elements (color/font/background/etc.). I've
avoided many implementations simply due to them not being customizable;
there's nothing worse than having the same XYZ widget as every other site,
and I've also avoided such things at times since they would clash with the
current layout/design. Simple customization can go a long ways in
versatility and flexibility.

* a stand-alone version? (Google video uses a downloadable for uploading
videos)

Cheers!

On 2/7/07, Alexandre Plennevaux  [EMAIL PROTECTED] 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/


Re: [jQuery] jQUpload - request for features

2007-02-09 Thread Sam Sherlock

this was posted on the cakephp list not so long ago
http://swfupload.mammon.se/

multiple file uploads with progress bars.

On 09/02/07, Kenneth [EMAIL PROTECTED] wrote:


p.s. Let me just add that I currently don't have any practical application
for such a plugin; I'm just offering some feedback as to what some users
might look for in an uploader. :)

On 2/9/07, Kenneth [EMAIL PROTECTED] wrote:

 Would it be possible, on either end, to rate-limit the upload? I know
 from experience that I often don't upload large files simpy because my
 connection will be mostly unusable during the duration, which can be quite
 bothersome. Also, from the server standpoint, you might open yourself up to
 DoS attacks if you're not rate-limiting the upload in some form.

 As far as the jQuery/UI portion goes though, some features I would think
 users would like would be:

 * multiple progress indicator styles (bar, %number, pie-chart, etc), and
 the ability to style said elements (color/font/background/etc.). I've
 avoided many implementations simply due to them not being customizable;
 there's nothing worse than having the same XYZ widget as every other site,
 and I've also avoided such things at times since they would clash with the
 current layout/design. Simple customization can go a long ways in
 versatility and flexibility.

 * a stand-alone version? (Google video uses a downloadable for uploading
 videos)

 Cheers!

 On 2/7/07, Alexandre Plennevaux  [EMAIL PROTECTED] 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/


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jQUpload - request for features

2007-02-09 Thread Alexandre Plennevaux
thanks sam, 
 
it's pretty  and a good source of inspiration ;)
 
i have a first workable version, but plenty of things to fix/add but you can
have a look : 
HYPERLINK
http://www.pixeline.be/test/jquery/jqUpload/http://www.pixeline.be/test/jq
uery/jqUpload/

   _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Sam Sherlock
Sent: vendredi 9 février 2007 17:35
To: jQuery Discussion.
Subject: Re: [jQuery] jQUpload - request for features


this was posted on the cakephp list not so long ago
HYPERLINK http://swfupload.mammon.se/http://swfupload.mammon.se/

multiple file uploads with progress bars.


On 09/02/07, Kenneth HYPERLINK mailto:[EMAIL PROTECTED][EMAIL PROTECTED]
wrote: 

p.s. Let me just add that I currently don't have any practical application
for such a plugin; I'm just offering some feedback as to what some users
might look for in an uploader. :) 



On 2/9/07, Kenneth HYPERLINK mailto:[EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: 

Would it be possible, on either end, to rate-limit the upload? I know from
experience that I often don't upload large files simpy because my connection
will be mostly unusable during the duration, which can be quite bothersome.
Also, from the server standpoint, you might open yourself up to DoS attacks
if you're not rate-limiting the upload in some form. 

As far as the jQuery/UI portion goes though, some features I would think
users would like would be:

* multiple progress indicator styles (bar, %number, pie-chart, etc), and the
ability to style said elements (color/font/background/etc.). I've avoided
many implementations simply due to them not being customizable; there's
nothing worse than having the same XYZ widget as every other site, and I've
also avoided such things at times since they would clash with the current
layout/design. Simple customization can go a long ways in versatility and
flexibility. 

* a stand-alone version? (Google video uses a downloadable for uploading
videos)

Cheers!


On 2/7/07, Alexandre Plennevaux HYPERLINK mailto:[EMAIL PROTECTED] \n
[EMAIL PROTECTED] 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
HYPERLINK mailto:discuss@jquery.com; [EMAIL PROTECTED]
HYPERLINK http://jquery.com/discuss/; \nhttp://jquery.com/discuss/






___
jQuery mailing list
HYPERLINK mailto:discuss@jquery.comdiscuss@jquery.com
HYPERLINK http://jquery.com/discuss/; \nhttp://jquery.com/discuss/





-- 
Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.441 / Base de données virus: 268.17.32/677 - Date: 8/02/2007
21:04
 
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jQUpload - request for features

2007-02-09 Thread Sam Sherlock

thats hot stuff. works perfectly.  nice work.



On 09/02/07, Alexandre Plennevaux [EMAIL PROTECTED] wrote:


 thanks sam,

it's pretty  and a good source of inspiration ;)

i have a first workable version, but plenty of things to fix/add but you
can have a look :
http://www.pixeline.be/test/jquery/jqUpload/

 --
*From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On
Behalf Of *Sam Sherlock
*Sent:* vendredi 9 février 2007 17:35
*To:* jQuery Discussion.
*Subject:* Re: [jQuery] jQUpload - request for features

this was posted on the cakephp list not so long ago
http://swfupload.mammon.se/

multiple file uploads with progress bars.

On 09/02/07, Kenneth [EMAIL PROTECTED] wrote:

 p.s. Let me just add that I currently don't have any practical
 application for such a plugin; I'm just offering some feedback as to what
 some users might look for in an uploader. :)

 On 2/9/07, Kenneth [EMAIL PROTECTED] wrote:
 
  Would it be possible, on either end, to rate-limit the upload? I know
  from experience that I often don't upload large files simpy because my
  connection will be mostly unusable during the duration, which can be quite
  bothersome. Also, from the server standpoint, you might open yourself up to
  DoS attacks if you're not rate-limiting the upload in some form.
 
  As far as the jQuery/UI portion goes though, some features I would
  think users would like would be:
 
  * multiple progress indicator styles (bar, %number, pie-chart, etc),
  and the ability to style said elements (color/font/background/etc.). I've
  avoided many implementations simply due to them not being customizable;
  there's nothing worse than having the same XYZ widget as every other site,
  and I've also avoided such things at times since they would clash with the
  current layout/design. Simple customization can go a long ways in
  versatility and flexibility.
 
  * a stand-alone version? (Google video uses a downloadable for
  uploading videos)
 
  Cheers!
 
   On 2/7/07, Alexandre Plennevaux  [EMAIL PROTECTED] 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/



--
Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.441 / Base de données virus: 268.17.32/677 - Date: 8/02/2007
21:04


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jQUpload - request for features

2007-02-09 Thread Andy Matthews
Totally broken in IE7. I don't even get any form fields, just a unknown
runtime error on line 82.

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Sam Sherlock
Sent: Friday, February 09, 2007 11:04 AM
To: [EMAIL PROTECTED]; jQuery Discussion.
Subject: Re: [jQuery] jQUpload - request for features


thats hot stuff. works perfectly.  nice work.




On 09/02/07, Alexandre Plennevaux [EMAIL PROTECTED]  wrote: 

thanks sam, 
 
it's pretty  and a good source of inspiration ;)
 
i have a first workable version, but plenty of things to fix/add but you can
have a look : 
http://www.pixeline.be/test/jquery/jqUpload/
http://www.pixeline.be/test/jquery/jqUpload/ 

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Sam Sherlock
Sent: vendredi 9 février 2007 17:35
To: jQuery Discussion.
Subject: Re: [jQuery] jQUpload - request for features



this was posted on the cakephp list not so long ago
http://swfupload.mammon.se/

multiple file uploads with progress bars.


On 09/02/07, Kenneth [EMAIL PROTECTED] wrote: 

p.s. Let me just add that I currently don't have any practical application
for such a plugin; I'm just offering some feedback as to what some users
might look for in an uploader. :) 



On 2/9/07, Kenneth [EMAIL PROTECTED] wrote: 

Would it be possible, on either end, to rate-limit the upload? I know from
experience that I often don't upload large files simpy because my connection
will be mostly unusable during the duration, which can be quite bothersome.
Also, from the server standpoint, you might open yourself up to DoS attacks
if you're not rate-limiting the upload in some form. 

As far as the jQuery/UI portion goes though, some features I would think
users would like would be:

* multiple progress indicator styles (bar, %number, pie-chart, etc), and the
ability to style said elements (color/font/background/etc.). I've avoided
many implementations simply due to them not being customizable; there's
nothing worse than having the same XYZ widget as every other site, and I've
also avoided such things at times since they would clash with the current
layout/design. Simple customization can go a long ways in versatility and
flexibility. 

* a stand-alone version? (Google video uses a downloadable for uploading
videos)

Cheers!


On 2/7/07, Alexandre Plennevaux   mailto:[EMAIL PROTECTED]
[EMAIL PROTECTED] 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/







--
Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.

Version: 7.5.441 / Base de données virus: 268.17.32/677 - Date: 8/02/2007
21:04





___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/




___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jQUpload - request for features

2007-02-09 Thread Ricardo Parada
Hi Alexandre,

I took a look at your demo at http://www.pixeline.be/test/jquery/ 
jqUpload/test.html and I liked it.

My requirements are simple:

o  Show an animated icon while the upload is in progress... A  
progress bar like in your demo is nice too.  :-)
o A customizable look is also a requirement.
o Be able to specify a callback function that does whatever (e.g.  
block the UI and start the file upload) as soon as the file is selected.
o Be able to specify a callback function when the upload is complete  
so that I can maybe unblock other UI on the page.

o A less important one is be able to abort the transfer and specify a  
callback function if that happens.

And I think that's it.

Again your demo looks great and very promising.  I've been wanting to  
do this for a while since I started seeing this trend in gmail  
and .Mac web mail.  I was going to get started and reinvent the wheel  
but I would rather use a jquery plug-in as I'm already sold on jquery  
which I started using for our projects at work replacing prototype.js.

Ricardo J. Parada


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jQUpload - request for features

2007-02-09 Thread Benjamin Sterling

Looking good.

--
Benjamin Sterling
http://www.KenzoMedia.com
http://www.KenzoHosting.com
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jQUpload - request for features

2007-02-09 Thread Alexandre Plennevaux
Hi Ricardo:

o  Show an animated icon while the upload is in progress... A progress bar
like in your demo is nice too.  :-) o A customizable look is also a
requirement.
- upon release, i will give out the flash file so you will have full control
over the animation. What i want to provide is a toolbox. You can use it as
such, or make your own customized out of it.  
o Be able to specify a callback function that does whatever (e.g.  
block the UI and start the file upload) as soon as the file is selected.
- callback is nice, thanks i 'll add it in the to-do list
o A less important one is be able to abort the transfer and specify a
callback function if that happens.

Ok, if i understand you well, you want to be able to control the flash file
at every step of the process. I'll try to implement that.

I'm not a very proficient person in javascript so this will take some time.
I do it as an exercise to improve myself in this area, and to give back to
the community a piece of what i have received.

Thanks,

Alex



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Ricardo Parada
Sent: vendredi 9 février 2007 18:30
To: discuss@jquery.com
Subject: Re: [jQuery] jQUpload - request for features

Hi Alexandre,

I took a look at your demo at http://www.pixeline.be/test/jquery/
jqUpload/test.html and I liked it.

My requirements are simple:

o  Show an animated icon while the upload is in progress... A progress bar
like in your demo is nice too.  :-) o A customizable look is also a
requirement.
o Be able to specify a callback function that does whatever (e.g.  
block the UI and start the file upload) as soon as the file is selected.
o Be able to specify a callback function when the upload is complete so that
I can maybe unblock other UI on the page.

o A less important one is be able to abort the transfer and specify a
callback function if that happens.

And I think that's it.

Again your demo looks great and very promising.  I've been wanting to do
this for a while since I started seeing this trend in gmail and .Mac web
mail.  I was going to get started and reinvent the wheel but I would rather
use a jquery plug-in as I'm already sold on jquery which I started using for
our projects at work replacing prototype.js.

Ricardo J. Parada


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

-- 
Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.441 / Base de données virus: 268.17.32/677 - Date: 8/02/2007
21:04
 


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jQUpload - request for features

2007-02-09 Thread David
Alexandre Plennevaux schreef:
 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
  
is it possible to get the source files so i can adapt it to asp.net? 
maybe that way the plugin can become cross server language.  I was 
intrigued  on how it was possible to make a flash load indicator and i 
saw this component : http://www.element-it.com/MultiPowUpload.aspx.

Anyway i'm a php programmer but i'm busy with an asp.net site now so i 
want to make the best of it and work on a great jquery plugin at the 
same time, if you want.


David

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] jQUpload - request for features

2007-02-07 Thread David
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/