If the database does not have a table, create a table, and then add an operation to add the file path or name to the database when uploading, and then just like this
replyIs there any actual case? I will build a file transfer management system.
author 2018-09-26 18:04:49
replyYou can write a simple one yourself, which only has the file upload function, and then the database only stores one path. It is also very fast to write a test locally.
If the database does not have a table, create a table, and then add an operation to add the file path or name to the database when uploading, and then just like this