Hello :)
I have to make a form to upload several images. I can't do it in a single standard form because the files can be very big and the form submitting can result too slow. I think about ajax, to upload a file to server and then fill the form with the path of the temporary file.
What do you think of this solution? Do you know better solution?
Thank you :)
Egidio

