I use dhtmlxVault on .NET platform. I call setFormfield in js file and then get form field value in uploadhandler.aspx, which worked rightly in development environment: windows XP and IIS 5.1.
But I deployed my web application into publish server: Windows 2008, .Net Framework 3.5 and IIS 7, the error happened.
In Js File, I set a integer as form field and finally get a value of null in uploadhandler.ashx
By the way, after the file uploading is completed, I use context.request.params[] to get the field.
The project is very urgent.
would you like give me some help or some soluion?
Thanks very much
You should read the value after file is processed in ashx handler. Otherwise there are no reasons for any error.
Besides, it is very difficult to tell anything reasonable without seeing the actual code.
My web applicaiton is published on a remote server, therefore I can't know more information about the server in detail.
However, I insert alert function in JS code and read text file in server code. By observing these output information, I confirmed there is a bug in DhtmlxVault On Window 2008.
Now ,because of deadline, I can't do anything but look for other upload component.
I wish the bug can be solved early.
It is possibly your Windows server settings issue as well. If you can provide me with access to the server and you have a valid license, i can spend some time to debug it. Win2008 server is very tricky to setup IIS, you can try it yourself.
Thank you very much!
The server is out of my controll.
I use dhtmlxVautl standard edition.
Once I have a chance to get more informaion about the remote server or the discussed problem, I will report it to you!
Dhtmlx is my favorite ajax suite