Commit Graph

229 Commits

Author SHA1 Message Date
Rahil Shaikh 3d8de07cdc doc (readme): added link to tuotrial 2019-06-10 13:40:02 +05:30
Adrian Fâciu fb48f4411d Merge pull request #927 from Amos47/development
Expand compression mime types
2017-12-09 23:07:49 +02:00
Adrian Fâciu e423a3089c Merge pull request #939 from mattmcsparran/patch-1
Updated Readme for easier implementation
2017-12-09 23:06:14 +02:00
Matthew McSparran 502789dad6 Updated Readme
Updated to show what needs to be imported for a project to work like the demo.
2017-12-09 12:42:15 -05:00
Adrian Fâciu d4bed8a045 Merge pull request #930 from adrianfaciu/release-1.3
Releasing 1.3.0
2017-11-25 19:09:39 +02:00
Adrian Fâciu 954240cfdc Releasing 1.3.0 2017-11-25 19:07:56 +02:00
Jordan Amos 7d25b57e1b expand compression mime types 2017-11-17 16:50:11 -08:00
Adrian Fâciu 0d97b76228 Merge pull request #904 from guanbo/options
Update: setOptions
2017-10-22 13:03:45 +03:00
Adrian Fâciu 9d0408e595 Merge pull request #911 from WisdomFusion/development
add file type .zip
2017-10-22 12:59:19 +03:00
WisdomFusion 35c5131c47 add file type .zip 2017-10-16 08:17:34 +08:00
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