Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
134 views
in Technique[技术] by (71.8m points)

php - Upload files on mass

Users have been uploading files to a directory for years without any problems. However, the directory where they are uploading the files has become huge and expensive to store.

I wish to upload them all to a MySQL database.

My plan is to run a script,

  1. Get the data of filename and location from a MySQL
  2. Using that data get the file from the directory
  3. upload it to a MySQL database blob.

Easy...

Do you know of any scripts that can do this?

Thanks for you advice

question from:https://stackoverflow.com/questions/65936427/upload-files-on-mass

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...