net应用程序中上传2

net应用程序中上传2

本文介绍了W3在C#.net应用程序中上传2.0的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我用C#编写了一个应用程序.net

我已将此文件上传到澳大利亚Netregistry Windows服务器。

我使用.net文件上传控件的页面返回一个安全错误,说我需要将信任级别更改为完全或高,但由于netregistry预设它是不可能的。

我发现下面的页面,我意识到我需要使用他们预装的模块来使我的网站工作:





我真的不知道怎么做在C#.net应用程序中使用W3 upload 2.0。

我需要能够在代码隐藏中调整上传的图像大小,并且我希望能够确保正确上载文件并更新SQL服务器带文件名的表。



请帮助我,因为我需要在今天结束时完成这项工作。

Hello all,

I have written an application in C#.net
I have uploaded this to Australia Netregistry windows server.
The page where I have used .net file upload control returns a security error saying that I need to change the trust level to full or high but it's not possible as it is preset by netregistry.
I found out the page below and I realized that I need to use their preinstalled modules to make my website work:
http://www.netregistry.com.au/support/index.php?/article/AA-00408/0/ASP.NET-Cloud-Hosting-developer-checklist.html

I don't really know how to use W3 upload 2.0 in C#.net application.
I need to be able to resize the uploaded image in codebehind and also I want to be able to make sure that the file is uploaded correctly and update a SQL server table with the file name.

Please help me as I need to make this work by the end of today.

推荐答案


这篇关于W3在C#.net应用程序中上传2.0的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-01 10:08