Hi,
I need to do the following :
Upload a file, but i have to achieve without submitting the form.
I am currently using a "upload files" action to upload file.
How can I achieve this ?
Is it possible to include one form into another ? If it is then I could include an "upload files" action in that form and submit only that form.
Please help.
Thanks,
Amber
I need to do the following :
Upload a file, but i have to achieve without submitting the form.
I am currently using a "upload files" action to upload file.
How can I achieve this ?
Is it possible to include one form into another ? If it is then I could include an "upload files" action in that form and submit only that form.
Please help.
Thanks,
Amber
Hi Amber,
In order to upload a file without submitting the form you will need to use AJAX or and iFrame, you may also use a special button for uploading files and then have another button for submitting the form, but any one of these solutions will require some custom coding in your form!
Regards,
Max
In order to upload a file without submitting the form you will need to use AJAX or and iFrame, you may also use a special button for uploading files and then have another button for submitting the form, but any one of these solutions will require some custom coding in your form!
Regards,
Max
This topic is locked and no more replies can be posted.
