Skip to content
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

Как отправить дополнительные поля вместе с файлом? #16

Open
Zummer opened this issue Aug 16, 2015 · 3 comments

Comments

@Zummer
Copy link

Zummer commented Aug 16, 2015

Например, надо отправить значение поля albumId.

@Zummer
Copy link
Author

Zummer commented Aug 17, 2015

Сам себе отвечаю. Если грубо сделать, после создания FormData надо добавить элемент.
albumId = 1;
form.append('albumId', albumId);

@Nikolay200669
Copy link

Nikolay200669 commented Aug 3, 2016

А точней можно описать? И желательно не "грубо".
Не могу отправить данные и все тут, уже голова квадратная.

@Nikolay200669
Copy link

Прикольный топик получается))
Сам себе отвечаю.
Решил вопрос вот таким способом api/Containers/csv/upload?headChk=true
Мне нужно было передать headChk=true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants