
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?
Moderator: Neosoft Support
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.