Replace file in queue when single select #767

Open
SmallhillCZ wants to merge 1 commits from unknown repository into development
SmallhillCZ commented 2017-04-28 16:38:38 +00:00 (Migrated from github.com)

I believe it wouldbe more clear when non-multiple selects would replace the file in queue.

I believe it wouldbe more clear when non-multiple selects would replace the file in queue.
shingayijena commented 2018-01-30 13:44:39 +00:00 (Migrated from github.com)

hie guy's i am facing a similar challenge i have two applications running on localhost(wamp) i can access the first one which i assigned project1 to port 81 the second (project2) is assigned to port 82.devices (my desktop and android phone) on the WAN can access both projects but the project2 generates ERR_CONNECTION_REFUSED once you try to enter log in credentials any help would be most appreciated

hie guy's i am facing a similar challenge i have two applications running on localhost(wamp) i can access the first one which i assigned project1 to port 81 the second (project2) is assigned to port 82.devices (my desktop and android phone) on the WAN can access both projects but the project2 generates ERR_CONNECTION_REFUSED once you try to enter log in credentials any help would be most appreciated
pinoatrome commented 2019-08-16 08:42:57 +00:00 (Migrated from github.com)

+1
It is annoying to issue the command
this.fileUploader.uploadItem(queue[queue.length - 1]); // the last one selected
every time when the uploader config states a max queue limit to 1 queueLimit: 1.
TIA

+1 It is annoying to issue the command ` this.fileUploader.uploadItem(queue[queue.length - 1]); // the last one selected ` every time when the uploader config states a max queue limit to 1 `queueLimit: 1`. TIA
This pull request is broken due to missing fork information.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin unknown repository:unknown repository
git checkout unknown repository
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/ng2-file-upload#767