d
70264884fa
fix a key error in docs
...
add filename in chunk upload start
8 years ago
lianyue
f4df58000f
fix #196
8 years ago
Mike McBride
49845c13bd
fixes #173
8 years ago
Haluk Keskin
ea3767df64
fixed ie11 upload error
8 years ago
git
c4f6a597db
Merge branch 'chunk'
8 years ago
José Cámara
8417e11b3a
Chunk upload fix for `multipart/form-data` form request.
...
We forced the `header` for the chunk upload request to be `multipart/form-data` but the header must be set auotmatically when sending the `FormData`. This was causing the backend being unable to read parameters sent
Changed the way we stop the chunk process when the upload fails in `upload` phase. We no longer set the `file.active = false` since that would prevent the next file to start uploading
8 years ago
git
4e2530e492
Add props.capture
8 years ago
git
3285dd30e6
add props.customAction
8 years ago
José Cámara
699c7476bf
* Fixing `Chunk upload` problems:
...
* Use of `FormData` to send the content of the chunks
* Better handle of errors from server
8 years ago
José Cámara
2cfb93c04b
* Moved `chunkUpload` backend code to utils file
8 years ago
José Cámara
872c984eb2
* Changes in `FileUload` to use `chunk upload` in some cases
...
* `chunk-enabled` prop added to enable chunk upload
* `chunk` prop added to modify chunk upload parameters
* `ChunkUploadHandler` class created to handler chunk upload process
* Example added to the docs
* Chunk documentation added to the docs
8 years ago
git
6af5af4af2
fix #129
8 years ago
git
dacb0cfdc3
fix addDataTransfer getAsFile
8 years ago
git
1d0e93a23e
fix #120
8 years ago
git
9c9d8aafbc
fix #114 upload a folder of more then 100 files
8 years ago
git
1155bbe995
fix props.maximum
8 years ago
git
ad06881ae2
Add props.maximum
8 years ago
vmartis
fb0b1d3223
fix cancel drop with ESC
8 years ago
Victor Zhuk
09ec1eb755
fix. additional file upload with html5 post method
8 years ago
git
be060d2b72
window.File -> window.Blob
8 years ago
git
17369cd847
Add, props add-index, method replace. Modify method add(files, index)
8 years ago
git
4207dc0665
v2.6.0-beta.1
8 years ago
git
8b847bb50f
fix dataTransfer `kind=string`
8 years ago
git
f3867fb8ea
fix dataTransfer `kind=string`
8 years ago
git
7a3af5e0e6
v2.5.0-beta.1
8 years ago
git
062b6fd547
Fix #77
8 years ago
git
5202df85ce
Fix #60 , Remove props.filter
8 years ago
git
f6e09f2141
Add props inputId
8 years ago
git
3d92f7730a
Fix #71
8 years ago
git
5aae7d586d
Add upload directory
9 years ago
git
4d43a30f5c
Add Drop folder #32
9 years ago
git
05d6158671
V2.4.0-beta.1
9 years ago
git
cc404ad3bc
fix #56
9 years ago
git
5be0900fdb
fix #52
9 years ago
git
75fd49b119
Add SSR, props.title support HTML
9 years ago
Johannes Noe
7e8caa8861
fix: InputFile component does not bind props
9 years ago
Johannes Noe
a61c424d99
Switching from render function to template
9 years ago
Johannes Noe
cdfaf3f238
Adds slot for inner html
9 years ago
git
fb6a9409e2
Fix thread
9 years ago
git
cb7d7bc864
Add Features #44
9 years ago
git
b782af2df7
Add example
9 years ago
Jaysen Nuttall
176ff0a8d8
Allow non-string elements in data object
...
Non-string elements will be run through JSON.stringify() in order
to submit JavaScript arrays or objects with your upload.
9 years ago
git
8a48f091e4
fix #35 #37
9 years ago
Vitalii Barkatov
ea290eab1d
Fix #33 . Move the file field to the end of form-data
9 years ago
git
9f5babc692
fix #28
9 years ago
git
796cc72c6b
fix #29
9 years ago
git
1ef765d7f4
fix #26
9 years ago
git
ae6907a892
fix #24 vue 2.1.x
9 years ago
git
b9dd840a35
fix #20
9 years ago
ilvsx
f401e1e4c8
fix Comment
9 years ago