Fix #22: Unable to set form's "name" on file upload #242

Closed
serhiisol wants to merge 0 commits from development into development
serhiisol commented 2016-06-06 15:23:10 +00:00 (Migrated from github.com)

Hi, added quick fix for selecting alias for item.

Original ticket: https://github.com/valor-software/ng2-file-upload/issues/22

Could be specified as uploader itemAlias parameter:

public uploader:FileUploader = new FileUploader({
    url: `${environment.API_BASE_URL}/api`,
    itemAlias: 'newname'
  });
Hi, added quick fix for selecting alias for item. Original ticket: https://github.com/valor-software/ng2-file-upload/issues/22 Could be specified as uploader `itemAlias` parameter: ``` public uploader:FileUploader = new FileUploader({ url: `${environment.API_BASE_URL}/api`, itemAlias: 'newname' }); ```
valorkin commented 2016-09-20 13:13:34 +00:00 (Migrated from github.com)

@serhiisol Looks good to me, can you please rebase your fix on top of development?
So I can merge it, thanks in advance

@serhiisol Looks good to me, can you please rebase your fix on top of development? So I can merge it, thanks in advance
serhiisol commented 2016-09-20 13:14:41 +00:00 (Migrated from github.com)

@valorkin Sure, will do it right now

@valorkin Sure, will do it right now
serhiisol commented 2016-09-20 13:43:28 +00:00 (Migrated from github.com)

@valorkin Sorry, I accidentally closed this PR, but I've made another one here correctly - https://github.com/valor-software/ng2-file-upload/pull/403

@valorkin Sorry, I accidentally closed this PR, but I've made another one here correctly - https://github.com/valor-software/ng2-file-upload/pull/403

Pull request closed

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#242