lianyue
9ae5172387
fix config sourcemap -> sourceMap
8 years ago
LianYue
d1dc4baf80
Merge pull request #202 from ahDDD/master
...
fix a key error in docs
8 years ago
d
70264884fa
fix a key error in docs
...
add filename in chunk upload start
8 years ago
lianyue
6a7eac5c12
build
8 years ago
lianyue
f4df58000f
fix #196
8 years ago
lianyue
059ff1a15f
Update devDependencies
8 years ago
LianYue
011d74de62
Merge pull request #195 from mikemcbride/fix-173
...
Fixes #173
8 years ago
Mike McBride
49845c13bd
fixes #173
8 years ago
lianyue
1a365fefdc
Update version
8 years ago
LianYue
fe9dedbff6
Merge pull request #192 from HKskn/master
...
fixed ie11 upload error
8 years ago
Haluk Keskin
ea3767df64
fixed ie11 upload error
8 years ago
lianyue
453a1a574d
update version
8 years ago
LianYue
41562987af
Merge pull request #167 from DrSensor/patch-2
...
Fix missing declare and upload.file doesn't exist
8 years ago
Fahmi Akbar Wildana
28c993544d
Fix missing declare and upload.file doesn't exist
...
- Fix ERR: A 'declare' modifier is required for a top level declaration in a .d.ts file.
- Fix ERR: Property 'file' does not exist on type 'File'
when using it like `this.image = URL.createObjectURL(upload.file)`
- `VueUpload.File` type is conflicted with https://developer.mozilla.org/en-US/docs/Web/API/File so need to change to VUFile (ts don't have a way to resolve this)
8 years ago
LianYue
5740af9718
update version
8 years ago
LianYue
32d87b1527
Merge branch 'ts'
8 years ago
LianYue
560d99c8bc
Merge branch 'patch-1' of https://github.com/DrSensor/vue-upload-component into ts
8 years ago
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