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.
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