Tp5 automatically uploads pictures to the server

how to upload jpg format images of d disk under windows to the server in batch via thinkphp

Mar.23,2021

write a script. The general idea is to get all the files in a directory, traverse them and remove the unnecessary ones, and then upload them!


  1. iterate through all .jpg files
  2. use curl to automatically submit according to the result of traversal
Menu