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

handle additional inputs #10

Open
hawkiq opened this issue Jul 19, 2017 · 2 comments
Open

handle additional inputs #10

hawkiq opened this issue Jul 19, 2017 · 2 comments

Comments

@hawkiq
Copy link

hawkiq commented Jul 19, 2017

how to handle additional information in form like title or section number ?
I've included up.setOption('multipart_params' for additional params but how to handle them in php file ?

@jayarjo
Copy link
Contributor

jayarjo commented Jul 20, 2017

You can access them directly through $_POST or $_REQUEST variables. Currently there's no dedicated method for retrieving them.

@hassanraza05128
Copy link

hassanraza05128 commented Mar 10, 2018

To handle additional info in from i uses

FileUploaded:function( uploader , file , result ){
var res=JSON.parse(result);
if(res.OK == 1){
//ajax ajax other form parameters + res.info.path to another form hander route or same
}
}
After file successfully uploaded.
For multiple file UploadComplete: event

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

3 participants