Execute Javascript code when a file upload completes without requiring page refresh

ferary

New Member
I have created a file-upload form and I want to output "filetransfer succeeded" in a \[code\]<div>\[/code\] when the file transfer is done.This is easilly done on a normal form using Jquery and Ajax but since this is a file upload it is not possible to use ajax.So how do I upload a file and give feedback back to the user?
 
Back
Top