-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how can I send IDs for each file? #687
Comments
Why don't you put in the the
|
I am using If I put
the above in You also pointed to use |
Yea the files can only be send using |
Since version 5.0.0 you can set |
Im using 3.3.4 ng-file-upload
I am using Rails 4.2 as my server side app, I am sending some form data with multiple files on server. Following is my json structure
I achieved this by calling
$upload.upload
as followingvm.files
is binded to the ng-file-upload element,vm.data
is a hash of all the form fields.Now, what I want is to add
id
key toattachments_attributes
hash,is it possible ?
The text was updated successfully, but these errors were encountered: