Download file in a survey
Hello,
We try to add a jquery on our website in order to allow user to download file. This document should be sent automatically by mail to our email address.
For now, we find this jquery which display the download bar :
<form enctype="multipart/form-data">
<input name="fichier" type="file" />
<input type="button" value="Envoyer" le="" fichier="" />
</form>
This function works well (you can test it
here) but when you save, the document is not reccorded.
Do you have an idea to complete this code to send the file by email?
Thanks a lot for your help,
Margot