-
Notifications
You must be signed in to change notification settings - Fork 54
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
send parameter #15
Comments
I'm sorry, I don't understand your question. |
Ofcourse, in my project, I have called file uploader in an iframe, and it is shown on our product record relatively. The files which user want to upload, is about my product object. So, when a file upload request send, I also want to learn that which record and field it is related. I should send "productId" and "fieldName" parameters for each file upload request. Is this possible? |
You should be able to. I haven't worked on this in a few months, so I'll take a look at the project and let you know more details. |
I found these; https://github.com/blueimp/jQuery-File-Upload/wiki/How-to-submit-additional-Form-Data And bind events works only as below: $('#fileupload').fileupload({ [Sebastian Tschan: http://stackoverflow.com/questions/6280360/why-doesnt-blueimps-jquery-file-upload-plugin-fire-callbacks/6973703#6973703] ALthough, I still cannot figure out why "fileuploadsubmit" callback does not fire, I can send extra data now by using these bindings. |
Hello again, I can send data now, as I mention above, Here is the code written in the "application.js":
Can I add some data before listing files? |
Hello,
I am using this version of jQueryFileUpload for my .Net project. I want to know that if I send two parameter when uploading files?
The text was updated successfully, but these errors were encountered: