本文介绍了在Asp.Net上映像上传的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我打算上传图片。哪种方法可以保证和性能考虑?



我们是否会上传服务器中的文件,并将名称存储在db或



上传数据库本身的图像..





第二件事,是否在上传之前压缩文件将两种情况下的性能都很好(服务器上传,数据库上传)。





问候,

Sarathkumar .N

Hi ,

I am planning to do image upload . Which method will secure & Performance consideration??

Whether we will upload the files in the server, and store the name in db or

Upload the image in db itself..


Second thing , Whether compressing the file before upload will be good in performance for both cases (server upload , db upload).


Regards,
Sarathkumar.N

推荐答案



这篇关于在Asp.Net上映像上传的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-30 02:47