Home › Forums › Quform WordPress › Get filepath of uploaded images with javascript
- This topic has 4 replies, 2 voices, and was last updated 1 year ago by
Ally.
- AuthorPosts
- April 19, 2024 at 7:43 am #36653
wundersee
ParticipantHi,
I’ve created a multi-step form. In the final step the form displays the data that the user entered into the form. I copy the input values with jQuery, but I don’t get the data of upload fields/ images. How is it stored?
Are the images already temporarily uploaded? Because the spinner, when I click “next” looks like the images are getting uploaded.
jQuery for input fields look like this: $(‘.quform-confirm-field-2_9’).text($(‘.quform-field-2_9’).val());
This doesn’t work for image uploads.I would appreciate help
Regards,
AndiApril 24, 2024 at 12:40 pm #36661Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
April 28, 2024 at 9:56 am #36674wundersee
ParticipantWorks perfectly. Thank you
June 3, 2024 at 8:28 am #36767wundersee
ParticipantHi,
Unfortunately, the code only works for simple image uploads. How do I need to adjust the code for multiple image uploads? In my case, it needs to support uploading a maximum of 8 files.
Thanks again for your help.
June 3, 2024 at 10:31 am #36768Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- AuthorPosts
- You must be logged in to reply to this topic.