Hi I follow all the instruction on the Uploading files to Appery.io Database tutorial and when I test the app I try to upload a photo it doesn't do anything. Could someone help me? I share my project on appery
Hi I follow all the instruction on the Uploading files to Appery.io Database tutorial and when I test the app I try to upload a photo it doesn't do anything. Could someone help me? I share my project on appery
Hi Hwoskar,
Are there any errors in console (F12)?
Hi Katya I delete my project and follow all the instructions again and I can upload photos to the app. When I click the SELECT FILE TO UPLOAD button the browser don't open. If you want to run the app I share it with appery
User:Hwoskar Password:1234 that is to sign in when you run the app. If could help me I will be very apreciated is for a college project. Thanks and Have a nice day!
Hi Katya I delete my project and follow all the instructions again and I can upload photos to the app. When I click the SELECT FILE TO UPLOAD button the browser don't open. If you want to run the app I share it with appery
User:Hwoskar Password:1234 that is to sign in when you run the app. If could help me I will be very apreciated is for a college project. Thanks and Have a nice day!
Hi Hwoskar,
Yes, please share.
I share it with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a let me know!
I share it with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a let me know!
Hwoskar,
I see it, thanks. We will need some time to test it.
Ok thanks Katya Let me Know
Hello!
Please check the code you paste to HTML component.
Replace with the following:
pre
code<form enctype="multipart/form-data" method="post" name="fileinfo" style="visibility:hidden">
<fieldset>
<input type ="file" name ="fileselect" id="fileselect">
</fieldset>
</form>
<script type="text/javascript">
// set event listener for call preview after select file
var fileselect = $('#fileselect');
fileselect.bind("change", fileSelectHandler);
</script>
/code/pre