jfeldstein / jQuery.AjaxFileUpload.js

jQuery plugin to magically make file inputs upload via ajax
408 stars 246 forks source link

request for help about usage and questions ... #8

Open black-jester opened 12 years ago

black-jester commented 12 years ago

... 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