blueimp-file-upload-expressjs
blueimp-file-upload-expressjs copied to clipboard
A simple express module for integrating jQuery File Upload.
I've followed the instructions in order to make it work but I could not do it, in order to upload files into **S3** I had to edit the `index.js` file...
when I use it for big files upload, I meet a issue about the request of "/update". Fallow the tutorial, there is my code on server. ``` # uploade.js var...
when i install blueimp-file-upload-expressjs, i found a mount of erros, I do not know how to fix it. I was already install python 2.7 , xcode Command Line Tools, gcc...
Version 0.0.8 doesn't install correctly on windows 10. It may be just my machine, but even installing 0.0.8 directly fails. That means to use this project I need to do...
The npm version (0.4.4) causes some problems under OS X because it uses lwip 0.0.6, the version on github works fine though (it uses lwip 0.0.8). I would very much...
I'm using file-upload on my express.js application to upload user profile pictures. The profile picture is 144x144, so I put these dimensions on the options, but the picture I get...
There is a problem with the latest versions of nodejs. In particular in fileInfo.js (line 24) there is the need to know the file path. `function FileInfo(file, opts, fields) {...
I am trying to save edited file name in mongodb but doen't success. someone can help me. to save edited file name in mongodb. I use only express.js .
Had an issue where if an uploaded file was deleted by some other process and I had a record of it elsewhere in my mongo db and wanted to delete...