How to Upload File?

General questions about NeoAppBuilder - our rapid application development tool for building HTML5, web and mobile apps.

Moderator: Neosoft Support

Locked
User avatar
noyzen
Posts: 16
Joined: Fri Jan 01, 2010 2:07 am

How to Upload File?

Post by noyzen »

Hi everyone :lol:

i want let my user upload a file to server, (with restrictions on size and type)
i don't know how to do it in neoapp builder...

is there any javascript uploader plugin?
have anyone tried?
old Neobook user, and now Neo AppBuilder.
i'm Graphic Designer and a Non-Programmer! :)
User avatar
luishp
Posts: 410
Joined: Wed May 23, 2007 10:17 am
Location: Spain
Contact:

Re: How to Upload File?

Post by luishp »

This is possible but you will need to implement your own html form into a Container Object and use a PHP script or similar on server side.
It is not hard. Take a look here:

https://www.w3schools.com/php/php_file_upload.asp

Regards.
Luis Hernández - SinLios Soluciones Digitales
http://sinlios.com
User avatar
noyzen
Posts: 16
Joined: Fri Jan 01, 2010 2:07 am

Re: How to Upload File?

Post by noyzen »

luishp wrote:This is possible but you will need to implement your own html form into a Container Object and use a PHP script or similar on server side.
It is not hard. Take a look here:

https://www.w3schools.com/php/php_file_upload.asp

Regards.
Thank you luis 8)
old Neobook user, and now Neo AppBuilder.
i'm Graphic Designer and a Non-Programmer! :)
Locked