Upload multiple images at once to the server using FTP

Hi there,

I hope you are taking care of your health during this pandemic.

Okay according to the title written, on this occasion I would like to share a simple tutorial using the FTP component from Kodular.

Uploading images to a MySQL server database can usually be done using PHP program code, but not everyone is familiar with the programming language so it becomes an obstacle for those who want to create applications that can store many images to the server.

Well, fortunately Kodular already provides an FTP component, which can help upload files to the server or download files from the server without the need to use PHP code.

FYI
FTP or (File Transfer Protocol) is an internet service that can help users exchange information by connecting to a specific server or computer, with FTP users can download files or upload files easily without the need to use PHP code.

First create a design for the application display.

Next the program block code


For information about the FTP server host, FTP Password, FTP port, FTP username you can see it in your hosting settings.
For “FTP directory” you can fill in the server directory address that will be used to store files uploaded via FTP. For example in this tutorial I saved it in

public_html/ftp/

Demo Video

for a complete explanation you can visit my blog.
I hope this tutorial was helpful. Thank you.

Credit
Thanks to @kodular for such a great platform.

8 Likes

It is helpful.

1 Like

Welcome @wahyu_arya_pambudi
Thanks for the contribution, it is a helpful guide :clap:

2 Likes

Can FTP used for file sharing app offline??

Ofc not:

As the auther said it is an internet service.It can’t be offline.

2 Likes

How to get percentage of file uploading ?

1 Like

You can read the guide written by Maayur regarding this.

1 Like

Wow ur first topic is a guide

You can use the linear progressbar component to display the percentage of the uploaded file.

Where i get percentage for linear progressbar ?

1 Like

I’ve tried but the image doesn’t appear like yours, why? where is the working directory located