Hello!
I have created a file-upload form and I want to output "filetransfer succeded" in a 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? without creating a new webpage?
thx in advance for the help!