mquan / turbo-issues

bug tracking for turbo
0 stars 0 forks source link

Let user upload photos #64

Open mquan opened 12 years ago

mquan commented 12 years ago

Use this module: https://github.com/felixge/node-formidable

http://stackoverflow.com/questions/5989365/ajax-file-upload-in-node-js

This tries to upload video with socket.io http://net.tutsplus.com/tutorials/javascript-ajax/how-to-create-a-resumable-video-uploade-in-node-js/

mquan commented 11 years ago

Client side http://blueimp.github.com/jQuery-File-Upload/

ajax file upload: (using node-formidable) http://debuggable.com/posts/parsing-file-uploads-at-500-mb-s-with-node-js:4c03862e-351c-4faa-bb67-4365cbdd56cb

directly upload to s3 http://codeartists.com/post/36892733572/how-to-directly-upload-files-to-amazon-s3-from-your

mquan commented 11 years ago

node imagemagick https://github.com/rsms/node-imagemagick

mquan commented 11 years ago

This client-side ajax upload lib is way better and easier to install than jquery-file-upload http://fineuploader.com/index.html

However, formidable save file to disk so have to use http://stackoverflow.com/questions/7505871/how-to-receive-an-uploaded-file-using-node-js-formidable-library-and-save-it-to