Hi everyone
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?
How to Upload File?
Moderator: Neosoft Support
How to Upload File?
old Neobook user, and now Neo AppBuilder.
i'm Graphic Designer and a Non-Programmer!
i'm Graphic Designer and a Non-Programmer!
Re: How to Upload File?
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.
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
http://sinlios.com
Re: How to Upload File?
Thank you luisluishp 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.
old Neobook user, and now Neo AppBuilder.
i'm Graphic Designer and a Non-Programmer!
i'm Graphic Designer and a Non-Programmer!