Guan Bo
ccee135949
Update: setOptions
...
prevent from overwrite options which set before, such as authToken
2017-10-09 15:42:00 +08:00
Adrian Fâciu
aa1448392b
Merge pull request #903 from adrianfaciu/chore/docs
...
Updating docs and formatting files
2017-10-07 13:00:53 +03:00
Adrian Fâciu
e1e36bbab4
Updating docs and formating files
2017-10-07 12:48:05 +03:00
Adrian Fâciu
bcf40f4407
Merge pull request #649 from infinum/feature/file-like-object-with-raw-file
...
Add rawFile in the file like object
2017-10-07 12:07:51 +03:00
Adrian Fâciu
e1bc9ff086
Merge pull request #658 from kopertop/development
...
Adds some Fixes for AWS Support.
2017-10-07 12:06:23 +03:00
Adrian Fâciu
631b4aa607
Merge pull request #786 from albpara/feature/emit-event-when-file-is-selected
...
Emit event when file is selected
2017-10-07 12:04:31 +03:00
Adrian Fâciu
57b2d0711d
Merge branch 'development' into feature/emit-event-when-file-is-selected
2017-10-07 11:53:53 +03:00
Adrian Fâciu
898f297967
Merge pull request #901 from davidmds/development
...
Add response and function to modify the request body
2017-10-07 11:48:47 +03:00
David Martins
be7f164d98
Updating example
2017-10-06 17:22:20 -03:00
David Martins
4c0c4c70bc
Fixing bug in response
2017-10-06 17:20:26 -03:00
David Martins
c84046e86e
Update README
2017-10-04 17:03:16 -03:00
David Martins
14812e0cf7
Added option to send request body modifier function
2017-10-04 16:52:28 -03:00
David Martins
5357a243f6
Added event with return of request
2017-10-04 16:36:48 -03:00
Adrian Fâciu
5df3c5f076
Merge pull request #844 from spike31/patch-1
...
Fix correct path for isHTML5 option
2017-10-02 17:57:14 +03:00
Adrian Fâciu
7fc4945ff0
Merge pull request #857 from joshterrill/development
...
Added onFileDrop() event to documentation
2017-10-02 17:50:35 +03:00
Adrian Fâciu
0370d334d7
Merge pull request #898 from adrianfaciu/chore/tests
...
Fixing tests execution and adding a few more tests
2017-10-02 17:27:52 +03:00
Adrian Fâciu
048f534aa2
Adding tests for file select directive
2017-10-01 17:33:38 +03:00
Adrian Fâciu
0df30f996f
Fixing test execution on CI
2017-10-01 17:07:54 +03:00
Adrian Fâciu
6bdf60fac4
Adding tests for file drop directive
2017-09-26 23:04:21 +03:00
Adrian
eca11298ee
Fixed karma config
2017-09-26 21:40:55 +03:00
Joshua Terrill
28d98bc8af
Added onFileDrop() event to documentation
...
In case anyone wants to use the onFileDrop event to handle the files in their own way, I've added it to the documentation.
2017-08-01 15:08:21 -07:00
Gilles Gauthier
74306fc210
Update simple demo
...
Fix correct path for isHTML5 option
2017-07-12 11:35:55 +02:00
Alberto Para
1f0ca3072b
Emit event when file is selected
2017-05-08 23:55:06 +02:00
Dmitriy Shekhovtsov
41759be974
chore(package): dependencies upgrade
2017-04-10 13:57:32 +03:00
Dmitriy Shekhovtsov
e8d5ced3f6
chore(package): update to angular cli v1.0.0
2017-04-10 13:48:58 +03:00
smartm0use
7704e0e970
feat(package): relaxed peer dependencies to allow ng v4 ( #713 )
...
Add Angular 4 peer dependencies support
2017-04-10 13:31:27 +03:00
Chris Moyer
a333c59f82
Make sure it's a string before trying to do indexOf
2017-03-07 09:59:55 -05:00
Chris Moyer
8b36c892d5
Fixes {{file_name}} template
2017-03-06 17:41:47 -05:00
Chris Moyer
0e17d55633
Adds some Fixes for AWS Support.
...
AWS Requires any additional parameters to be specified BEFORE Files.
This also adds the ability to specify a {{file_name}} template in any
additional parameters to allow adding the filename to additional
parameters.
For example, you can now specify:
additionalParameter: {
key: "path/to/uploads/{{file_name}}"
}
2017-03-06 17:30:18 -05:00
Charles Mark Maynard
99c83035d1
[On behalf of Lexmark]: Add export of FileLikeObject to allow callback to function ( #619 )
2017-03-01 23:28:57 +02:00
Gabrijel Škoro
e08f80ee74
Add rawFile in the file like object
2017-02-28 10:09:26 +01:00
Dmitriy Shekhovtsov
cf12851e1d
chore(readme): badges updates
2017-01-18 15:19:20 +02:00
Dmitriy Shekhovtsov
6fe71bc464
v1.2.0
v1.2.0
2017-01-17 16:41:45 +02:00
Dmitriy Shekhovtsov
3cc6a9946f
feat(package): upgrade to ng v2.3+ ( #574 )
2017-01-17 16:38:35 +02:00
Dmitriy Shekhovtsov
f5b5dc3bd2
Merge branch 'development' of github.com:valor-software/ng2-file-upload into development
2017-01-17 15:58:36 +02:00
Dmitriy Shekhovtsov
a9971981f1
Merge branch 'ediri-patch-1' into development
2017-01-17 15:57:55 +02:00
Dmitriy Shekhovtsov
35448680b2
Merge branch 'patch-1' of git://github.com/ediri/ng2-file-upload into ediri-patch-1
...
Conflicts:
.npmignore
2017-01-17 15:57:45 +02:00
Daniel Kucal
be70a82303
Allow to extend classes ( #468 )
...
* private accessors replaced by protected to allow extending of classes
* FileItem class protected accessors
2017-01-17 15:07:03 +02:00
Kevin FONTAINE
d6e75984ed
#492 Add FileItem in declaration ng2-file-upload.d.ts ( #523 )
2017-01-17 15:03:15 +02:00
Kevin FONTAINE
410efda505
feat(file-select): Clear file select automatically ( #524 )
2017-01-17 15:02:52 +02:00
Florian Kinder
397de09e7d
feat(fileUpload): added additionalParameter ( #565 )
2017-01-17 15:02:12 +02:00
retrospectacus
e4a7099d92
fix(headers): Add FileItem headers to XHR ( #553 )
...
fixes #552
2017-01-17 15:01:33 +02:00
Engin.Diri
63bf587d80
https://github.com/valor-software/ng2-file-upload/issues/272
2016-10-19 16:30:02 +02:00
Dmitriy Shekhovtsov
34c0d35c9c
1.1.3-0
v1.1.3-0
2016-10-19 17:12:59 +03:00
Dmitriy Shekhovtsov
f67a7a6530
chore(yarn): added lock
2016-10-19 16:09:15 +03:00
Dmitriy Shekhovtsov
f0b2879c4d
feat(build): added support for AoT and ng-cli
...
fixes #436
2016-10-19 16:03:32 +03:00
Dmitriy Shekhovtsov
b55c85218e
fix(typing): added authTokenHeader property to options and file upload class
2016-10-19 14:15:56 +03:00
Jose Berrocal
282295ce20
feat(file-upload): Add the possibility of set the token header ( #213 )
...
It will be very useful set which is the Token that is going to be send to the server
2016-10-19 13:45:02 +03:00
GuardianFree
1a4eb3a0fd
fix(file-uploader):Changing url when files are selected does not work ( #448 )
...
* fix issue #406 Changing url when files are selected does not work
* fix issue #406 Changing url when files are selected does not work
* fix issue #406 Changing url when files are selected does not work
fixes #406
2016-10-19 12:33:59 +03:00
Dmitriy Shekhovtsov
5af17612cb
1.1.2
v1.1.2
2016-10-17 17:57:47 +03:00