Upload Image is not working....

Last post 04-25-2009, 12:51 AM by brage. 4 replies.
Sort Posts: Previous Next
  •  04-10-2009, 6:01 PM 50991

    Upload Image is not working....

    I've just installed the product.
    I've created the "Uploads" folder in the root of my website
    I've assigned Read + Write permission to Machine/ASPNET Account on this folder (it's not shared by the way; hope that's ok?)
     
    There's a bunch of test images under the "Uploads" folder
    I do see these images under "Upload" folder when I click on insert image.
    I can create a new folder under this upload folder through insert image as well...
     
    However, when I try to upload an image, first I get an authentication popup (trying to connect me to the server). So I use the admin password to get in. Afterwards though, everything freezes. My browser (IE6.0) becomes non-responsive...
     
    Any ideas?
     
    cheers!
     
    PS,
    Great looking tool by the way... hope it works as nicely as it looks ;)
  •  04-10-2009, 6:58 PM 50992 in reply to 50991

    Re: Upload Image is not working....

    I should add, the page to which I'm adding the Editor uses a master page... hope that doesn't complicate the matter?
     
    Also, following is strange:
    I click on "Insert image"
    I click on "Upload" button
    I select my file
    The next step asks me to enter username/password to connect to my server (local host for now, just testing this)....
     
    strange... I'm sure it's a config issue... i just don't know what it is...
     
    You help is much appreciated.
  •  04-10-2009, 8:53 PM 50995 in reply to 50992

    Re: Upload Image is not working....

    HERE'S THE SOLUTION:
     
     
    Please open CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx and change the following code:
     
    <CE:Uploader id="InputFile" runat="server"></CE:Uploader>
     
    to:
     
    <CE:Uploader id="InputFile" UploadType="IFrame" runat="server"></CE:Uploader>
     
    It should resolve the problems.
     
     
    do the same for all following files:
    • InsertDocument.aspx
    • InsertFlash.aspx
    • InsertGallery.aspx
    • InsertImage.aspx
    • InsertMedia.aspx
    • InsertTemplate.aspx
    • SelectFile.aspx
    • SelectImage.aspx
     
  •  04-12-2009, 8:30 PM 51006 in reply to 50992

    Re: Upload Image is not working....

    brage,
     
    We updated the control recently.
     
    Can you try this example?
     
     
    If it works for you, please download the latest build.
     

    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

  •  04-25-2009, 12:51 AM 51536 in reply to 51006

    Re: Upload Image is not working....

    I tried the example... it worked.
    I installed the 6.3 again (I had already installed this version... but just for the heck of it I gave it another try)... same issue...
     
    If I change UploadType="IFRAME" I can upload one file at a time... if I remove UploadType="IFRAME", I can select mltiple files to upload; however, they don't get uploaded as I get prompted for user-name and password before the upload (which is unacceptable). Even after I provide administrative authentication, the form freezes...
     
    So I'm really not sure... is it or is it not possible to upload multiple files to SQL-Server (I have seen the example and I have done everything exactly as it says and I can get it to upload single files... but not multiple)
     
    I'm using .net 3.5
View as RSS news feed in XML