• csNetDownload的设计是一个ASP.NET 类控制的二进制文件下载到浏览器,允许用户的验证之前,下载和保存记录之后,下载。 也有功能检索的文件从一个远程网址,无论是流向浏览器保存于同一服务器上的剧本。

    此ASP.NET 类时可以使用个人服务器上的文件必须密码保护的,或者控制下载从脚本中一些其他的方式。 文件可以下载,即使他们在外面的网站目录的结构,保护他们从未经授权的下载。

    下载从一个控制的ASP.NET 脚本,这样的代码可以执行之前和之后发送文件的浏览器。 这允许验证密码和登录的数据之后。 有时可以检查文件是否完全是下载或取消之前完成。

    这里是一些关键特征"csNetDownload":

    ■流的二进制文件上的任何地方服务器向浏览器。

    ■文件可以在目录里没网络共用。

    ■使用ASP.NET 允许访问密码或其他核查并记录下载文件。

    ■方法包括流或保存的文件从一个远程服务器。

    要求:

    ■的。净框架1.1

  • csNetDownload डिजाइन किया गया था होना करने के लिए एक ASP.NET वर्ग को नियंत्रित करता है कि द्विआधारी फाइल डाउनलोड करने के लिए ब्राउज़र की अनुमति देता है, उपयोगकर्ता के लिए सत्यापन से पहले डाउनलोड करने के लिए और रिकॉर्ड रखने के डाउनलोड करने के बाद. वहाँ भी कर रहे हैं कार्य करने के लिए एक फ़ाइल को पुनः प्राप्त से एक रिमोट यूआरएल, या तो यह स्ट्रीमिंग के लिए ब्राउज़र या बचत एक ही सर्वर पर स्क्रिप्ट के साथ.

    इस ASP.NET वर्ग के लिए इस्तेमाल किया जा सकता है, जब अलग-अलग फ़ाइलों को सर्वर पर किया जाना चाहिए पासवर्ड की रक्षा की, या डाउनलोड से नियंत्रित स्क्रिप्ट में कुछ अन्य तरीके से. फ़ाइलों को डाउनलोड किया जा सकता यहां तक कि अगर वे कर रहे हैं बाहर वेब साइट पर निर्देशिका संरचना से उनकी रक्षा, अनधिकृत डाउनलोड ।

    डाउनलोड से नियंत्रित किया जाता है एक ASP.NET स्क्रिप्ट तो कोड क्रियान्वित किया जा सकता से पहले और बाद में भेजने के लिए फ़ाइल ब्राउज़र । यह अनुमति देता है के सत्यापन के लिए पासवर्ड, और प्रवेश डेटा के बाद. यह कभी कभी करने के लिए संभव है कि क्या जांच की फाइल पूरी तरह से डाउनलोड या रद्द कर दिया पूरा होने से पहले.

    यहाँ कुछ प्रमुख विशेषताएं हैं की "csNetDownload":

    ■ स्ट्रीम एक बाइनरी फ़ाइल पर कहीं से भी अपने सर्वर से ब्राउज़र के लिए है ।

    ■ फ़ाइलें हो सकता है निर्देशिका में नहीं कर रहे हैं कि वेब साझा की है.

    ■ का उपयोग करें ASP.NET अनुमति देने के लिए पासवर्ड का उपयोग या अन्य सत्यापन और रिकॉर्ड करने के लिए फाइल डाउनलोड.

    ■ तरीकों में शामिल कर रहे हैं स्ट्रीम करने के लिए या फ़ाइलों को बचाने के लिए एक दूरस्थ सर्वर से.

    आवश्यकताओं:

    ■ .NET Framework 1.1

  • csNetDownload was designed to be an ASP.NET class that controls binary file downloads to the browser, allowing for user verification before downloading and record keeping after downloading. There are also functions to retrieve a file from a remote URL, either streaming it to the browser or saving on the same server as the script.

    This ASP.NET class can be used when individual files on the server must be password protected, or downloads controlled from script in some other way. Files can be downloaded even if they are outside the web site directory structure, protecting them from unauthorised downloads.

    The download is controlled from an ASP.NET script so code can be executed before and after sending the file to the browser. This allows for verification of passwords, and logging of data afterwards. It is sometimes possible to check whether the file was completely downloaded or cancelled before completion.

    Here are some key features of "csNetDownload":

    ■ Stream a binary file from anywhere on your server to the browser.

    ■ Files can be in directories that are not web shared.

    ■ Use ASP.NET to allow password access or other verification and to record file downloads.

    ■ Methods are included to stream or save files from a remote server.

    Requirements:

    ■ .NET Framework 1.1