You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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
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 ?The text was updated successfully, but these errors were encountered: