Re: assigning Temporary File Folder using MvcUploader vice web.config

  •  01-06-2011, 7:42 PM

    Re: assigning Temporary File Folder using MvcUploader vice web.config

    yeah, I think that would work.  the ashx file is probably saving to the default location (the one set in web.config in my case currently) only setting it in the control means it is looking for it in one spot when it was originally saved in the default.
     
    Currently I am only using the ashx file as a skeleton to handle the initial upload because I reaally need the controller to control all the saving etc due authentication requirements.  I do not want to have to control authentication over two different technologies.
     
    if you have a way to bypass the ashx file altogether, now that would be awesome.
     
    Thanks
     
     
View Complete Thread