lianyue
a969e16bc0
fix #219
8 years ago
lianyue
0850fc0411
fix ie dragleave
8 years ago
lianyue
d75ffa6369
fix #226
8 years ago
lianyue
a194f9c9c8
fix #225 #210
8 years ago
lianyue
a0ceec86d9
fix #212
8 years ago
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'
9 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
9 years ago
git
4e2530e492
Add props.capture
9 years ago
git
3285dd30e6
add props.customAction
9 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
9 years ago
José Cámara
2cfb93c04b
* Moved `chunkUpload` backend code to utils file
9 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
9 years ago
git
6af5af4af2
fix #129
9 years ago
git
dacb0cfdc3
fix addDataTransfer getAsFile
9 years ago
git
1d0e93a23e
fix #120
9 years ago
git
9c9d8aafbc
fix #114 upload a folder of more then 100 files
9 years ago
git
1155bbe995
fix props.maximum
9 years ago
git
ad06881ae2
Add props.maximum
9 years ago
vmartis
fb0b1d3223
fix cancel drop with ESC
9 years ago
Victor Zhuk
09ec1eb755
fix. additional file upload with html5 post method
9 years ago
git
be060d2b72
window.File -> window.Blob
9 years ago
git
17369cd847
Add, props add-index, method replace. Modify method add(files, index)
9 years ago
git
4207dc0665
v2.6.0-beta.1
9 years ago
git
8b847bb50f
fix dataTransfer `kind=string`
9 years ago
git
f3867fb8ea
fix dataTransfer `kind=string`
9 years ago
git
7a3af5e0e6
v2.5.0-beta.1
9 years ago
git
062b6fd547
Fix #77
9 years ago
git
5202df85ce
Fix #60 , Remove props.filter
9 years ago
git
f6e09f2141
Add props inputId
9 years ago
git
3d92f7730a
Fix #71
9 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
10 years ago
Johannes Noe
a61c424d99
Switching from render function to template
10 years ago
Johannes Noe
cdfaf3f238
Adds slot for inner html
10 years ago
git
fb6a9409e2
Fix thread
10 years ago
git
cb7d7bc864
Add Features #44
10 years ago
git
b782af2df7
Add example
10 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.
10 years ago
git
8a48f091e4
fix #35 #37
10 years ago
Vitalii Barkatov
ea290eab1d
Fix #33 . Move the file field to the end of form-data
10 years ago
git
9f5babc692
fix #28
10 years ago