Hwoskar Rentas Vélez
Posts: 0
Joined: Mon Oct 21, 2013 6:19 pm

Uploading files to Appery.io Database Tutorial Problem

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Uploading files to Appery.io Database Tutorial Problem

Hi Hwoskar,

Are there any errors in console (F12)?

Hwoskar Rentas Vélez
Posts: 0
Joined: Mon Oct 21, 2013 6:19 pm

Uploading files to Appery.io Database Tutorial Problem

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!

Hwoskar Rentas Vélez
Posts: 0
Joined: Mon Oct 21, 2013 6:19 pm

Uploading files to Appery.io Database Tutorial Problem

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!

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Uploading files to Appery.io Database Tutorial Problem

Hi Hwoskar,

Yes, please share.

Hwoskar Rentas Vélez
Posts: 0
Joined: Mon Oct 21, 2013 6:19 pm

Uploading files to Appery.io Database Tutorial Problem

I share it with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a let me know!

Hwoskar Rentas Vélez
Posts: 0
Joined: Mon Oct 21, 2013 6:19 pm

Uploading files to Appery.io Database Tutorial Problem

I share it with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a let me know!

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Uploading files to Appery.io Database Tutorial Problem

Hwoskar,

I see it, thanks. We will need some time to test it.

Hwoskar Rentas Vélez
Posts: 0
Joined: Mon Oct 21, 2013 6:19 pm

Uploading files to Appery.io Database Tutorial Problem

Ok thanks Katya Let me Know

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Uploading files to Appery.io Database Tutorial Problem

Hello!

Please check the code you paste to HTML component.
Replace with the following:
pre
code<form enctype="multipart&#47;form-data" method="post" name="fileinfo" style="visibility:hidden">
<fieldset>
<input type ="file" name ="fileselect" id="fileselect">
<&#47;fieldset>
<&#47;form>
<script type="text&#47;javascript">
&#47;&#47; set event listener for call preview after select file
var fileselect = $('#fileselect');
fileselect&#46;bind("change", fileSelectHandler);
<&#47;script>
/code/pre

Return to “Issues”