FAQ
1. How to upload the files to assigned folder?
2. Whether can assign the tempoarary path or not?
3. Whether can assign the save path or not?
4. Whether can receive the uploader files's name?
5. How size can be uploaded a time?
6. How many files can be uploaded one time?
7. Whether can save the file name and the file path to database?
8. Whether can band field form value in uploader data?
9. How to solve the difficult question that IIS 6.0 can't upload big size files under the Windows server 2003 system and the Windows XP?
10. Well i got your program set up but when i hit upload it uploads but the files aren't being put in the folder i told it to, i don't no where they go?
11. What language this control is develops with?
12. The different between the demo version and the register version?
13.How to purchase it?
14. What the License information bundle up?

 
1. How to upload the files to assigned folder?
Pass asp code to assign file catalog.server end must distribute two catalog,one is temporary list aother is save contents.

2. Whether can assign the tempoarary path or not?
yes. You can throuth write FileUploadObj.SetTempFileSavePath("c:/temp") in uploaddeal.asp. default path is c:/temp (receive file must setup temporary folder)

3. Whether can assign the save path or not?
yes.You can throuth write FileUploadObj.SetSavePath("c:/temp") in uploaddeal.asp.(commonly the temporary path and the save path are in the same disk)

4. Whether can receive the uploader files's name?
The component have special method to receive the uploader files's name or files's size, and so on. Please refer to HELP document.

5. How size can be uploaded a time?
Universal HTTP File Uploader Component can upload no limited size file(in order to avoid time out, can setup server.ScriptTimeoutproperty in UploadDeal.asp), of course, also can limit the size of the file.

6. How many files can be uploaded one time?
commonly the uploader file number is no limited. also can limit the number by this method.

7. Whether can save the file name and the file path to database?
Of course. Only need midify uploaddeal.asp. You can get the sample in the install path.

8. Whether can band field form value in uploader data?
Of course, Universal HTTP File Uploader use HTTP transfer protocol, and the format of data is same with html submit form. If you want to band form value, for example, Invoke ActiveX's AddField Method to add a field, syntax: UFileUploader.AddField('ID', 'ID VALUE').

You can invoke GetFormValueMethod method in server side's deal page(UploadDeal.asp), syntax: FileUploadObj.GetFormValue("ID"). If you want to get detailed information, Please refer to HELP document.

9. How to solve the difficult question that IIS 6.0 can't upload big size files under the Windows server 2003 system and the Windows XP?
For safe consideration, IIS 6 only can request 200k(204800Byte). Solve ways:
a. Close IIS Admin Service
b. Change the iis Metabase's property to can edit (open iis and click right key in computer name's tree node, once you right click on the tree you go to properties
)
c. Open \Windows\system32\inesrv\metabase.xml
d. Modify the value of ASPMaxRequestEntityAllowed, default value is 204800 (can't set too big)
e. Save metabase.xml and start IIS Admin Service

For example: I want to uploade less then 1G. you must set ASPMaxRequestEntityAllowed as 1024*1024*1024 = 1073741824

10. Well i got your program set up but when i hit upload it uploads but the files aren't being put in the folder i told it to, i don't no where they go?
If your server is win2003 server. default, win2003 server only allow uploader less then 200K. you must do some config. for detail information, please refer to FAQ 9. What you say may be the uploaddeal.asp exist syntax error. You can try run uploaddeal.asp in IE(Image Uploader named ImageUploadDeal.asp). see if exist syntax error.

11. What language this control is develops with?
Uses the C++ language develops.

12. The different between the demo version and the register version?
The demo version have some function been limited, have time limit, and can't update component.

13.How to purchase it?
Afer you purchase our product. You can contact with us and tell me the order number. We will comfirm you order and will send license and production to you in 24 hours.

14. What the License information bundle up?
The License of our products has two kinds of ways. You can choose one in two ways. One is bundle up the hardware ID of Server, another is bundle up the website's domain name. You can choose one in two ways. If you choose first way, You should tell us your website's domain name. at this rate, our product will run on your website. Of course, if you choose second way, We will provider special tools to you and you run it on your Server which the product will install. This tools will generate some character string. then, You send these character strings to us. we will generate the license number accordding the character string.


  Our Other Products
 
                    HTTP File Uploader
                    IIS Sniffer Dog (Anti-leech)
                    VersalSoft Home Page
                    VersalSoft FileDownload

 

Copyright (c) 2004 VersalSoft - All rights reserved