Question: Any update to support Angular 7? #1062

Open
opened 2018-11-24 07:27:12 +00:00 by a-patel · 17 comments
a-patel commented 2018-11-24 07:27:12 +00:00 (Migrated from github.com)

Question: Any update to support Angular 7?
Does this repository active to support upcoming angular versions?

Question: Any update to support Angular 7? Does this repository active to support upcoming angular versions?
webmatrixxxl commented 2018-11-29 14:40:23 +00:00 (Migrated from github.com)

@a-patel have you tested it on Angular 7 ?

@a-patel have you tested it on Angular 7 ?
a-patel commented 2018-11-29 17:16:18 +00:00 (Migrated from github.com)

@webmatrixxxl
Not yet, but it was last updated one year ago!

@webmatrixxxl Not yet, but it was last updated one year ago!
sclausen commented 2018-11-30 08:31:40 +00:00 (Migrated from github.com)

You file an issue but even didn't tried to see if it works?

You file an issue but even didn't tried to see if it works?
a-patel commented 2018-12-01 12:00:38 +00:00 (Migrated from github.com)

that is why I have labeled as "Question"

that is why I have labeled as "Question"
sclausen commented 2018-12-01 13:06:29 +00:00 (Migrated from github.com)

I'm sorry, I always forget that the nodejs community slowly changes in a way where it's totally common to bother maintainers with questions for simple things you can easily findout if you just try yourself.

I'm sorry, I always forget that the nodejs community slowly changes in a way where it's totally common to bother maintainers with questions for simple things you can easily findout if you just try yourself.
deanb22 commented 2018-12-07 00:40:11 +00:00 (Migrated from github.com)

I can not get it working with angular 7. Anyone else get it to work?

I can not get it working with angular 7. Anyone else get it to work?
webmatrixxxl commented 2018-12-07 01:38:15 +00:00 (Migrated from github.com)

@deanb22 what error you get? Be more descriptive so you can get help!

@deanb22 what error you get? Be more descriptive so you can get help!
deanb22 commented 2018-12-07 02:23:06 +00:00 (Migrated from github.com)

I am not getting any error.
When the call to Uploader.UploadAll() is called it never hits the api url. The URL and headers are being set. No code has changed since before upgrading to 7 except for one thing.
It is now being called async. Is that possibly the issue?

I am not getting any error. When the call to Uploader.UploadAll() is called it never hits the api url. The URL and headers are being set. No code has changed since before upgrading to 7 except for one thing. It is now being called async. Is that possibly the issue?
sclausen commented 2018-12-07 05:30:00 +00:00 (Migrated from github.com)

A reproduction of your issue as a separate repository would help.

A reproduction of your issue as a separate repository would help.
deanb22 commented 2018-12-09 00:53:00 +00:00 (Migrated from github.com)

I have it working now. I can confirm it works in Angular 7.

I have it working now. I can confirm it works in Angular 7.
webmatrixxxl commented 2018-12-09 16:04:11 +00:00 (Migrated from github.com)

@deanb22 what was the issue?

@deanb22 what was the issue?
VILLAN3LL3 commented 2018-12-28 13:59:41 +00:00 (Migrated from github.com)

I can confirm that it works with Angular 7.

I can confirm that it works with Angular 7.
haskalach commented 2019-01-01 10:34:45 +00:00 (Migrated from github.com)

i have a problem with angular 7 , no error is given simply when i ever to try to select a file or drag and drop a file nothing happens , i don't see the selected file nor do i get the option to upload . its like the uploader is not being updated

i have a problem with angular 7 , no error is given simply when i ever to try to select a file or drag and drop a file nothing happens , i don't see the selected file nor do i get the option to upload . its like the uploader is not being updated
haskalach commented 2019-01-01 10:40:41 +00:00 (Migrated from github.com)

it turned out that the problem is the file size . if the image file size exceeds the limit no notification is provided and simply it wont fire any events

it turned out that the problem is the file size . if the image file size exceeds the limit no notification is provided and simply it wont fire any events
fd98279 commented 2019-02-02 20:17:05 +00:00 (Migrated from github.com)

I recently upgraded from angular 6.1 to 7.2.3, the file uploader works fine

$ng version

 _                      _                 ____ _     ___
/ \   _ __   __ _ _   _| | __ _ _ __     / ___| |   |_ _|

/ △ \ | '_ \ / | | | | |/ _ | '__| | | | | | |
/ ___ | | | | (
| | || | | (| | | | || | | |
// __| ||_, |_,||_,|| _|||
|___/

Angular CLI: 7.3.0
Node: 10.4.1
OS: darwin x64
Angular: 7.2.3
... animations, common, compiler, compiler-cli, core, forms
... http, language-service, platform-browser
... platform-browser-dynamic, router, upgrade

Package Version

@angular-devkit/architect 0.13.0
@angular-devkit/build-angular 0.13.0
@angular-devkit/build-optimizer 0.13.0
@angular-devkit/build-webpack 0.13.0
@angular-devkit/core 7.3.0
@angular-devkit/schematics 7.3.0
@angular/cdk 7.3.0
@angular/cli 7.3.0
@angular/flex-layout 7.0.0-beta.23
@angular/material 7.3.0
@ngtools/webpack 7.3.0
@schematics/angular 7.3.0
@schematics/update 0.13.0
rxjs 6.4.0
typescript 3.2.4
webpack 4.29.0

$ cat package.json | grep uploader
cat package.json | grep file
"ng2-file-upload": "^1.3.0",

I recently upgraded from angular 6.1 to 7.2.3, the file uploader works fine $ng version _ _ ____ _ ___ / \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _| / △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | | / ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | | /_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___| |___/ Angular CLI: 7.3.0 Node: 10.4.1 OS: darwin x64 Angular: 7.2.3 ... animations, common, compiler, compiler-cli, core, forms ... http, language-service, platform-browser ... platform-browser-dynamic, router, upgrade Package Version ----------------------------------------------------------- @angular-devkit/architect 0.13.0 @angular-devkit/build-angular 0.13.0 @angular-devkit/build-optimizer 0.13.0 @angular-devkit/build-webpack 0.13.0 @angular-devkit/core 7.3.0 @angular-devkit/schematics 7.3.0 @angular/cdk 7.3.0 @angular/cli 7.3.0 @angular/flex-layout 7.0.0-beta.23 @angular/material 7.3.0 @ngtools/webpack 7.3.0 @schematics/angular 7.3.0 @schematics/update 0.13.0 rxjs 6.4.0 typescript 3.2.4 webpack 4.29.0 $ cat package.json | grep uploader cat package.json | grep file "ng2-file-upload": "^1.3.0",
omaralshamass commented 2019-02-27 12:33:55 +00:00 (Migrated from github.com)

it's works

it's works
Chealer commented 2021-08-11 15:58:51 +00:00 (Migrated from github.com)

@a-patel this ITS tracks issues. If this ticket does not report an issue, thanks for discarding it.

@a-patel this ITS tracks issues. If this ticket does not report an issue, thanks for discarding it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/ng2-file-upload#1062