Multiple File Upload in PHP MySql Database

preview_player
Показать описание
Hey Guys!

In this video, we will see how to upload multiple files using our PHP Script and will save the files to our database and then also upload the images in a local directory of our machine. I will show you the full database structure and then we will see how to implement the multiple upload functionality.

Hope it Helps!

For more about these videos, subscribe to my channel CodeFlix.

Watch My Other Playlists:

Also If you want updated projects and codes follow :

Github : Codeflix12

Telegram Channel: CodeFlix
Рекомендации по теме
Комментарии
Автор

gracious thanks. this helped me immensely.

DoctorLatch
Автор

Great Video! Thank you.


What if you have a table like this:


CREATE TABLE tblImages (
imglID int unsigned NOT NULL AUTO_INCREMENT,
imgALtText varchar(255),
imgTitle varchar(255),
imgBinarydata BLOB,

PRIMARY KEY(imglID)
);


How should I change your code for letting me upload multiple jpegs, convert them to binary sql and insert into tblImages ?

pashkak
Автор

Thank you very much, i like you and subs

KhoirulIrfan
Автор

Thanks for the tutorial
, i subscribe

cristianparadagualteros
Автор

how i can upload multi row ? sir :(( help me :(

vootrung
Автор

Sir, make one video on DRAG and DROP multiple files with REMOVE option

santhoshkumar-sfbc
Автор

sir, nice video actually i wanted this code.

santhoshkumar-sfbc
Автор

you have to SELECT from, then mysqli_fetch_array

oldguyable
Автор

How multiple upload insert to database but only 1 row, ?

achmadfauzi
Автор

Sir mere pas error ara hai kindly help

syedmuhammadimran
Автор

make a tutorial how u can update multiple files images

ionut
Автор

Thanks, can we zip the uploaded file with our own password?

HK-jxiz
Автор

Nice video Sar iska source code b dnay please

moizonline