-
addFiles (http://docs.fineuploader.com/branch/master/api/methods.html#addFiles) should return promise. Which should resolve when all files will be submitted (status = 'submitted'). I need it to deal w…
-
I have used your plug-in in my web site. Its working good on Ubuntu machine with all major browsers but when i am using it on windows machine, though i can upload file with normal upload button but i…
-
Hi heryandi,
This project is very useful, thanks for sharing! however, I did some tests but failed to implement the multiple file uploading based on this project(I'm still learning JS). It would be v…
xzhub updated
4 years ago
-
Currently the photo upload is done in one transfer, which is bad since slow connections will timeout very likely with larger file sizes. Also server configuration otherwise needs larger body size limi…
-
But now I'm thinking of this one :) Eventually we'll make `KeyUtil.parse` throw when it encounters more than one key.
As long as we do have a test for this scenario: `// filter out all content exce…
-
## Type of issue
- [*] Bug report
If you drag a large directory into FIneUploader (say, the fine-uploader root, after installing node_modules) Fine Uploader adds them all to `qq.UploadData` as "su…
-
See https://github.com/FineUploader/react-fine-uploader#status- , where it says
````Javascript
const statusTextOverride = {
upload_successful: 'Success!'
}
render() {
return (
…
-
IMO Github provides the best combination of:
- drag / drop file uploads
- previewing
Related Resources:
Symfony2 / PHP:
- http://symfony.com/doc/current/cookbook/doctrine/file_uploads.html
- https:/…
-
Laravel 5.4
I am getting the following error when I try upload with fineUploader:
`ErrorException
exif_imagetype(/home/vagrant/wed/storage/uploader/temp/a772c5d4-06a7-4b8f-aecf-7dd78c8c196e/59a…
-
### What?
While using s3.FineUploaderBasic and wanting to know the speed at which my uploads are transferring, I have write this functionality in and around my FineUploader instances. I believe this …