Page 1 of 3
Uploading files to Appery.io Database Tutorial Problem
Posted: Thu Jan 02, 2014 8:01 pm
by Hwoskar Rentas Vélez
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
Uploading files to Appery.io Database Tutorial Problem
Posted: Thu Jan 02, 2014 8:40 pm
by Kateryna Grynko
Hi Hwoskar,
Are there any errors in console (F12)?
Uploading files to Appery.io Database Tutorial Problem
Posted: Fri Jan 03, 2014 4:57 pm
by Hwoskar Rentas Vélez
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!
Uploading files to Appery.io Database Tutorial Problem
Posted: Fri Jan 03, 2014 4:58 pm
by Hwoskar Rentas Vélez
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!
Uploading files to Appery.io Database Tutorial Problem
Posted: Fri Jan 03, 2014 5:12 pm
by Kateryna Grynko
Hi Hwoskar,
Yes, please share.
Uploading files to Appery.io Database Tutorial Problem
Posted: Fri Jan 03, 2014 5:32 pm
by Hwoskar Rentas Vélez
I share it with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a let me know!
Uploading files to Appery.io Database Tutorial Problem
Posted: Fri Jan 03, 2014 5:32 pm
by Hwoskar Rentas Vélez
I share it with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a let me know!
Uploading files to Appery.io Database Tutorial Problem
Posted: Fri Jan 03, 2014 5:53 pm
by Kateryna Grynko
Hwoskar,
I see it, thanks. We will need some time to test it.
Uploading files to Appery.io Database Tutorial Problem
Posted: Fri Jan 03, 2014 6:14 pm
by Hwoskar Rentas Vélez
Ok thanks Katya Let me Know
Uploading files to Appery.io Database Tutorial Problem
Posted: Sun Jan 05, 2014 5:52 am
by Alena Prykhodko
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