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
I am upload 2 files fileA.jpg and fileB.jpg in before send I am call a function to check file name already exist in database or not. This is working fine for single file but not working on multiple file upload can any body tell me please how I can get current uploading file name in before send
I am upload 2 files fileA.jpg and fileB.jpg in before send I am call a function to check file name already exist in database or not. This is working fine for single file but not working on multiple file upload can any body tell me please how I can get current uploading file name in before send
'beforeSend' => 'js:function(event, files, index, xhr, handler, callBack) {
file_name = files[index].name;
}
The text was updated successfully, but these errors were encountered: