Image Upload Not Working

Hi there,

I created a form for member’s to upload photos to a new dataset and the upload button is not working.

The permissions are set up for anyone to create on the database, and write only for the dataset on that page.

Thanks in advance!

Take a look at the tutorial How to Use the Upload Button with Code to see how this is done.

Hi Yisrael,

I’ve copied and pasted the code as directed however i’m still getting errors. Any suggestions?

Thanks!

You need to have page elements with the same IDs as the code. You have many errors since the element IDs in the code (#text1, #image1) are not found on your page. You need to make sure that you carefully follow the tutorial - code and page elements.