Re: [nodejs] file upload module with progress

2013-11-21 Thread Mark Hahn
Check out https://github.com/blueimp/jQuery-File-Upload.  I use it for node
uploading and it is awesome.  Shows great progress bars and will even show
thumbnail before upload starts.  Supports drag-and-drop.


On Thu, Nov 21, 2013 at 11:38 AM, Mark Hahn  wrote:

> Any uploader will work.  There are some great jquery-based ones.
>
>
> On Thu, Nov 21, 2013 at 1:54 AM, Jarrad Salmon wrote:
>
>> Hi
>>
>> I am looking for a client side module to upload files to my server via
>> post.
>> I thought this would be really easy to find but seems to be more
>> difficult than I first imagined.
>>
>> I have found a couple of modules that do the uploading ok, such as:
>> https://github.com/Topface/multiparter
>>
>> The issue is their is no progress event for the upload (i am uploading
>> large files that can take upto 30mins to upload).
>> A couple of posts mentioned I should be able to listen for the 'data'
>> event on the readStream but in all my test cases the pipe never pauses so
>> the data event finishes as soon as the file is read from my hard drive and
>> not when it is uploaded.
>>
>> The other library I tried was: https://github.com/felixge/node-form-data but
>> I had the same issue with the progress event.
>>
>> I am using node-webkit to build this application,
>>
>> --
>> --
>> Job Board: http://jobs.nodejs.org/
>> Posting guidelines:
>> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
>> You received this message because you are subscribed to the Google
>> Groups "nodejs" group.
>> To post to this group, send email to nodejs@googlegroups.com
>> To unsubscribe from this group, send email to
>> nodejs+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/nodejs?hl=en?hl=en
>>
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "nodejs" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to nodejs+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [nodejs] file upload module with progress

2013-11-21 Thread Mark Hahn
Any uploader will work.  There are some great jquery-based ones.


On Thu, Nov 21, 2013 at 1:54 AM, Jarrad Salmon  wrote:

> Hi
>
> I am looking for a client side module to upload files to my server via
> post.
> I thought this would be really easy to find but seems to be more difficult
> than I first imagined.
>
> I have found a couple of modules that do the uploading ok, such as:
> https://github.com/Topface/multiparter
>
> The issue is their is no progress event for the upload (i am uploading
> large files that can take upto 30mins to upload).
> A couple of posts mentioned I should be able to listen for the 'data'
> event on the readStream but in all my test cases the pipe never pauses so
> the data event finishes as soon as the file is read from my hard drive and
> not when it is uploaded.
>
> The other library I tried was: https://github.com/felixge/node-form-data but
> I had the same issue with the progress event.
>
> I am using node-webkit to build this application,
>
> --
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "nodejs" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to nodejs+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[nodejs] file upload module with progress

2013-11-21 Thread Jarrad Salmon
Hi

I am looking for a client side module to upload files to my server via 
post. 
I thought this would be really easy to find but seems to be more difficult 
than I first imagined.

I have found a couple of modules that do the uploading ok, such as: 
https://github.com/Topface/multiparter

The issue is their is no progress event for the upload (i am uploading 
large files that can take upto 30mins to upload).
A couple of posts mentioned I should be able to listen for the 'data' event 
on the readStream but in all my test cases the pipe never pauses so the 
data event finishes as soon as the file is read from my hard drive and not 
when it is uploaded.

The other library I tried was: https://github.com/felixge/node-form-data but 
I had the same issue with the progress event. 

I am using node-webkit to build this application, 

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.