These forums are read-only and considered to be an archive. Please use the new Community for future interaction and posts.

UploadHttpModule Conflict

First, I think this product is great so keep up the good work.

I'm trying to integrate this Control into a CMS that has an HTML Editor that gives the user the ability to upload files through as well. When I added the following code it breaks the HTML Editor's file upload, but FileVista still works. When I remove the following code the HTML Editor's upload works great, but FileVista does not.

<httpModules>
      <add name="UploadHttpModule" type="GleamTech.Web.FileTransfer.UploadHttpModule, GleamTech.Web.FileTransfer" />
    </httpModules>

Do you have a work around so that 2 File Uploads can work in the same application?

thanks!
David 11/14/2007 10:51 AM
Hi David,
Yes, there is workaround, I have sent you the updated upload DLL file which will not conflict with other upload modules.
Cem Alacayir 11/19/2007 8:26 AM
Can you send the DLL again please? I did not receive it. You may need to zip it up.

thanks
David 11/26/2007 6:22 PM
This fix was already included in Version 1.0.4 which was released on November 21 so please download the new version if you have not received the update.
Cem Alacayir 12/5/2007 4:26 AM
Dear Colleges!

I have the same error with HTTPMODULE in the FileVistaControl in the latest build. 

Please visit http://test.zdm.cz/VistaFileControl/Example1.aspx

Could you help me?

I am interested in the Developer Licence if I get this work.

BTW very nice control
Stanislav Maly 1/17/2008 5:14 AM
Hi Stanislav,
The error you receive is different, in your case ASP.NET can not load the assembly GleamTech.Web.FileTransfer.dll 

Please make sure that all the control related DLL files are in your project's bin folder and not only in FileVistaControl\bin. It seems you have not added a reference to FileVistaControl\bin\GleamTech.Web.Controls.FileVistaControl.dll in Visual Studio project. When you do this, Visual Studio copies the related DLL files to your project's bin folder automatically.

Let me know.
Cem Alacayir 1/17/2008 6:21 AM
Dear Cem!

You are right - everything is working. The only error was because of failed reference.

Thank you ...
Stanislav Maly 1/17/2008 1:03 PM