Quote from
luishp on June 5, 2022, 9:03 am
@ruby if you want to send files through a web form, then be sure the form enctype attribute is set to "multipart/form-data".
To do that in VisualNEO Web just set the "enctype" property to "fmultipart" (see attached image).
On the other hand you can also use neoPhp to save files directly on the server. Just encode them to base64 format before using neoPhpFileWriteFromBase64 command.
Let me know if you have any questions.
Regards.
@ruby if you want to send files through a web form, then be sure the form enctype attribute is set to "multipart/form-data".
To do that in VisualNEO Web just set the "enctype" property to "fmultipart" (see attached image).
On the other hand you can also use neoPhp to save files directly on the server. Just encode them to base64 format before using neoPhpFileWriteFromBase64 command.
Let me know if you have any questions.
Regards.
Uploaded files:- You need to login to have access to uploads.