LianYue
43540ea35c
confi file
8 years ago
Fahmi Akbar Wildana
1ea52e241f
Support `this.$refs.upload.___` using `as`
8 years ago
Fahmi Akbar Wildana
631ad4b16b
Make it import-able
8 years ago
Fahmi Akbar Wildana
38f3da2996
Add typescript support
8 years ago
git
bd3a5072ae
build
8 years ago
git
c4f6a597db
Merge branch 'chunk'
8 years ago
git
a6bc6b58f3
Merge branch 'master' of https://github.com/coosto/vue-upload-component into chunk
8 years ago
Wesley
4d1a87991b
Merge pull request #3 from coosto/task/chunk-upload-functionality
...
Chunk upload fix for `multipart/form-data` form request.
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
bca5bab289
build
8 years ago
git
4e2530e492
Add props.capture
8 years ago
git
e291993e44
build
8 years ago
git
29b541bfeb
fix await
8 years ago
git
586c2bb72b
add custom-action
8 years ago
git
3285dd30e6
add props.customAction
8 years ago
git
5a7a4fcea9
Merge branch 'chunk'
8 years ago
git
8e557d0670
Merge branch 'master' of https://github.com/coosto/vue-upload-component into chunk
8 years ago
Wesley
a218cffefd
Merge pull request #2 from coosto/task/chunk-upload-functionality
...
Task/chunk upload functionality
8 years ago
José Cámara
78ca7c569f
Merge branch 'master' into task/chunk-upload-functionality
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
git
ab1612d4cf
merge chunk uploads
8 years ago
git
86b5b713e6
build
8 years ago
git
48ce45257d
fix build
8 years ago
git
c01a3abb92
Add Special thanks
8 years ago
José Cámara
bdf52d66ed
* Some minor changes in the documentation
8 years ago
José Cámara
b81ab35d45
* Moved `bodyParser` require to the top of the document
8 years ago
José Cámara
54bf33da4a
* Some changes in the documentation
8 years ago
José Cámara
902b3164f8
* Moved `chunkUpload` backend code to utils file
8 years ago
José Cámara
961cc35f23
* 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
José Cámara
5604efe979
* Some minor changes in the documentation
8 years ago
José Cámara
dfc1e65475
* Moved `bodyParser` require to the top of the document
8 years ago
José Cámara
28df5d3125
* Some changes in the documentation
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
7d88edc716
build
8 years ago
git
6af5af4af2
fix #129
8 years ago
git
fa5fe89c13
build
8 years ago
git
dacb0cfdc3
fix addDataTransfer getAsFile
8 years ago
git
cbb8fa574d
build
8 years ago
git
1d0e93a23e
fix #120
8 years ago
git
b7530b811e
build
8 years ago
git
9c9d8aafbc
fix #114 upload a folder of more then 100 files
8 years ago
git
b5743ad79f
build
8 years ago
git
bf34813501
update version
8 years ago
git
8f83f2bbe9
Add doc maximum
8 years ago
git
1155bbe995
fix props.maximum
8 years ago
git
ad06881ae2
Add props.maximum
8 years ago
LianYue
76c890de6c
Merge pull request #111 from vmartis/dropfix
...
fix cancel drop with ESC
8 years ago
vmartis
fb0b1d3223
fix cancel drop with ESC
8 years ago
git
e11c4e44d8
Build v2.6.3
8 years ago