.net image batch upload control
v0
I was working on a project some time ago and needed to upload images in batches in the background management. I searched online and found that half of them used flash upload plug-ins, such as swfupload and uploadify. Most of the examples on the Internet talk about how to achieve batch upload but do not explain how to update the database at the same time using background management.
After pondering for a long time, I saw a sentence on a website and suddenly realized it. I finally succeeded in batch uploading pictures and updating the database under .net. It can be used for personal testing in DEMO. If you still don’t understand anything, you can leave a message on my blog (www.j9s .net) I will try my best to answer.