Tilesoft
Member
Hi.
Is it possible for the user to create a folder on the host with the same name when the user enters a name in the Edit Text?
I read these threads but i want create folder on host.
Thanks
Is it possible for the user to create a folder on the host with the same name when the user enters a name in the Edit Text?
I read these threads but i want create folder on host.
Image upload with PHP and PostMultipart
Hi all. I found this example in some old folders on my pc and decided to share here. it is a simple image upload example with postmulipart and PHP. Download Here 700kb
www.b4x.com
Upload image to server, PostMultipart and PHP
A small example like loading an image with PostMultipart and PHP, I have been useful, you can adapt it needs. Code B4A Sub CargaImagen Dim j As HttpJob Dim img As String = "IMG_20178108230.jpg" j.Initialize("", Me) Dim mp As MultipartFileData mp.Initialize mp.Dir =...
www.b4x.com
Thanks