CodeIgniter avatars uploading

前端 未结 3 1023
天命终不由人
天命终不由人 2021-01-17 02:06

Here\'s the new HTML:



3条回答
  •  执念已碎
    2021-01-17 02:38

    Why not just do_upload to a temporary directory of your choosing, or /tmp, do the processing you need. If it passes, create the row and store the file into your directory.

提交回复
热议问题