-3

I am looking for a ajax php uploader to uploads multiple files , i found some but unfortunately they did not work successfully with IE because IE 7 & 8 did not support HTML5.

Uploadify & Plupload works fine with flash in IE but they did not return anything after uploading the file.In response i want the modified file name because before uploading a file i will modify the file name.

Any help or suggestion would be highly appriciated.

Thanks Gaurav

1
  • And read the FAQ on how to ask questions here. Commented Apr 24, 2012 at 10:23

1 Answer 1

0

Please refer this link for multiple file uploads using uploadify php - file uploads using uploadify

and in that link(in uploadify.php) replace the line

$fna = $_FILES['Filedata']['name'];

with

$fna = "your modified new filename";
Sign up to request clarification or add additional context in comments.

3 Comments

hello nithi thanks for your response , do $fna variable returned back to flash script.I did not see any return of $fna to flash file.I want this modified file name onComplete event so that i can show the user image back from server.
if you want the new filename returned back, echo $fna in uploadify.php. Also add an hidden element with id as uploadfiles(in function calling file). If so, the response(uploaded filenames) will be appended to that hidden element by comma separated.
Hello nithi i did not got "in function calling file" to add the hidden element.Do you mean to add the hidden field with id "uploadfiles" in the same div we called uplodify.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.