This repository has been archived by the owner on Oct 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Upload of multiple files #19
Comments
Since nodejs 7.0 came out, there really isn't a need for decafjs anymore...
You lose shared memory among threads, but you get a much faster engine with
just about every es6 language feature.
Use async/await and you effectively write top to bottom, left to right
logic.
Figure out docker and you can trivially scale up to as many processes as
you need.
…On Wed, Dec 7, 2016 at 3:36 PM mm765 ***@***.***> wrote:
Hey there,
i finally got around to the file upload and i have a problem.
I am trying to upload multiple files at the same time but i only get one
file in the req.data.
Maybe i am missing something ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#19>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAUHpZ4SICwWZiQJ_j9YB4OzBykm2rpaks5rF0MIgaJpZM4LHQrm>
.
|
Well, nodejs is not really an option for me anymore. Can you give me a hint where to look in the decafjs code for this and for the upload to temp-file instead of to ram stuff ? |
Request.js
It parses all the incoming headers and post body, etc.
…On Wed, Dec 7, 2016 at 4:30 PM mm765 ***@***.***> wrote:
Well, nodejs is not really an option for me anymore. Can you give me a
hint where to look in the decafjs code for this and for the upload to
temp-file instead of to ram stuff ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#19 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAUHpRc0pmKCv3i7ExyyVeS8U68shbF3ks5rF0-EgaJpZM4LHQrm>
.
|
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey there,
i finally got around to the file upload and i have a problem.
I am trying to upload multiple files at the same time but i only get one file in the req.data.
Maybe i am missing something ?
The text was updated successfully, but these errors were encountered: