Tahun baru, skill baru! 🚀. Masukkan kupon "skill2025" untuk diskon 30% di kelas apa saja

Upload file

PHP 5 File Upload

With PHP, it is easy to upload files to the server.

However, with ease comes danger, so always be careful when allowing file uploads! Configure The "php.ini" File

First, ensure that PHP is configured to allow file uploads.

In your "php.ini" file, search for the file_uploads directive, and set it to On: file_uploads = On

///// maksudnya gimana ya ??? script: file_uploads = on harus dipasang di lokasi mana itu script ? dipasang di form tempat html atau di tempat upload file php ????

(itu tutorial dari w3chools.com)

avatar ahmad710
@ahmad710

14 Kontribusi 0 Poin

Diperbarui 6 tahun yang lalu

1 Jawaban:

di file php.ini, ada di dalam folder "php" (posisi folder beda2 tergantung instalasi nya). misal pakai aplikasi xampp, filenya ada di xampp/php/php.ini

avatar odhier
@odhier

38 Kontribusi 24 Poin

Dipost 6 tahun yang lalu

Login untuk ikut Jawaban