Unable to find the uploaded file in directory HTTPS Firefox

Last post 08-24-2009, 12:10 AM by Adam. 7 replies.
Sort Posts: Previous Next
  •  07-07-2009, 4:15 AM 53785

    Unable to find the uploaded file in directory HTTPS Firefox

    I use last version of AjaxUploader with HTTPS
    It works fine with IE. But I get this error message in Mozilla Firefox after file upload "Unable to find the uploaded file in directory pathtotmpdir". I not see file in tmp dir during uploading via Firefox (I see it during upload in IE). Where do it store files? I have no this troubles in my test environment with Firefox which uses HTTP (not HTTPS). Live site uses HTTPS only.
     
    I read this http://cutesoft.net/forums/thread/48311.aspx, but I can't undestant how to use uploader.FlashUploadPage and what this page must do.
     
    Please advice.
  •  07-08-2009, 6:23 AM 53827 in reply to 53785

    Re: Unable to find the uploaded file in directory HTTPS Firefox

    And If I  switch UploadType to IFrame it uploads file but it always shows 0% at progress bar
  •  07-09-2009, 10:21 PM 53879 in reply to 53785

    Re: Unable to find the uploaded file in directory HTTPS Firefox

    Hi,
     
    The primary solution , is send the upload data to another page , even send to another website .
     
    So the aim is this :
     
    for example :
     
    your website is,
     
     
    And then the Flash addon do not support SSL , so you need send it to another http website.
     
    You can create another website for it :
     
     
    this website do not need put any app code , you just need put the uploader dll and register the UploadModule into web.config.
     
    and in that website , provide a empty page for the FlashUploadPage
     
     
    so in your uploaderpage.aspx , you can set :
     
    uploader.FlashUploadPage="http://mytempsite.com/Upload/AnyName.aspx";
     
    and you also need to keep mywebsite.com and mytempsite.com use the same tem directory :
     
    <add key="CuteWebUI.AjaxUploader.TempDirectory" value="c:\mytemp" />
     
    Flash do not allow you send data to another website , so you need add the crossdomain.xml to turn it on
     
     
    ---------------
     
     
    If you finish these step ,
     
    the Flash object will send file to the http://mytempsite.com/Upload/AnyName.aspx ,
    And the file will save to the c:\mytemp .
     
    And then the https://mywebsite.com/uploaderpage.aspx can read the file from c:\mytemp
     
     
    Regards,
    Terry
     
     
     
     
     
     
  •  07-10-2009, 2:20 PM 53896 in reply to 53879

    Re: Unable to find the uploaded file in directory HTTPS Firefox

    But we have only one domain license
  •  07-10-2009, 7:22 PM 53901 in reply to 53896

    Re: Unable to find the uploaded file in directory HTTPS Firefox

    Hi,
     
     
    Regards,
    Terry
     
  •  07-11-2009, 5:35 AM 53905 in reply to 53901

    Re: Unable to find the uploaded file in directory HTTPS Firefox

    Domain License enables the control to run on 1 domain/sub-domain name, i.e. http://test.abc.com. License files are permanent, once you get the name on your file, you can't change/replace it.
  •  07-11-2009, 11:19 PM 53911 in reply to 53905

    Re: Unable to find the uploaded file in directory HTTPS Firefox

    Hi,
     
    We will improve the code to allow you upload to another domain based on you current license.
     
    Regards,
    Terry
     
  •  08-24-2009, 12:10 AM 54937 in reply to 53785

    Re: Unable to find the uploaded file in directory HTTPS Firefox

    In the latest build we have a better solution to resolve this issue.
     
    With this new solution, you don't need to configure the FlashUploadPage.
     
    Please download the control and try again.
     
    Keep me posted

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML