How to Send a pic over Sql query ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to Send a pic over Sql query ?

I want to upload a pic using html form and it also includes upload option for image uploading. So how I can send it over sql and store it on local sever.

7th Apr 2021, 3:10 PM
Vivek Singh
Vivek Singh - avatar
1 Answer
0
SQL[structured query language] is data base not a storage. It is not optimised for storing binary data[image is binary data] So the only choice you have is to store the image on firebase storage or pick another alternative then after. You could take the image link from the online storage finally storing the link on SQL
7th Apr 2021, 4:03 PM
Ananiya Jemberu
Ananiya Jemberu - avatar