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
... after trying to use your script, I have here some question to ask.
the most important concerns the fact that :
if in the code inside the php "action" file, i try to access to the arrays
$_POST (with [input_name]) and $_FILE (with [input_name]) they appear not set because
the script it seems to me to call the file php server "action" in the "get" mode , not post...
How i can access to the file in the action.php , that should be POST asynchronously??
in other words , can You provide an example of files, that processes the POST request,
in order to obtain the temporary name and the file size and to save it on a custom folder ?? :-)
Another Question concerns this fact :
the script seems to me to ignore the action value, in the first parameter of AjaxFileUpload,
instead it seems to use the action encoded within the form that contains the input "file" ;
is this correct ?
thank you so much for your support and work
best regards !
Max
The text was updated successfully, but these errors were encountered:
... after trying to use your script, I have here some question to ask.
the most important concerns the fact that :
if in the code inside the php "action" file, i try to access to the arrays
$_POST (with [input_name]) and $_FILE (with [input_name]) they appear not set because
the script it seems to me to call the file php server "action" in the "get" mode , not post...
How i can access to the file in the action.php , that should be POST asynchronously??
in other words , can You provide an example of files, that processes the POST request,
in order to obtain the temporary name and the file size and to save it on a custom folder ?? :-)
Another Question concerns this fact :
the script seems to me to ignore the action value, in the first parameter of AjaxFileUpload,
instead it seems to use the action encoded within the form that contains the input "file" ;
is this correct ?
thank you so much for your support and work
best regards !
Max
The text was updated successfully, but these errors were encountered: