Hi,
I want to use Fancy Upload to upload files and also include some additional information to send a notification email. I am using the working example provided on the site.
I'm not sure how to modify the JavaScript to the following:
How would I check to see if at least one file was successfully uploaded? I would use this to enable a send button to a PHP script with the session id
I suppose I should also check to see if there are any uploads in progress.
So the execution flow would go like this. upload some files when ready (at least 1 file uploaded and no uploads in progress) enable send button. the send button would pass the supplied email and session to a script.