Search

You searched for the word(s):
< 1 second(s)
  • Re: Close window when done

    Thanks!
    Posted to Ajax Uploader (Forum) by mejner on October 9, 2009
  • Re: International characters in filename

    Since no other solution came up I solved it with this crappy function:&nbsp;Private Function aao(ByVal str As String) As String &nbsp;&nbsp; str = Replace(str, ''&#195;&#165;'', ''&#229;'') &nbsp;&nbsp; str = Replace(str, ''&#195;&#164;'', ''&#228;'') &nbsp;&nbsp; str = Replace(str, ''&#195;&#182;'', ''&#246;'') &nbsp;&nbsp; Return str End ...
    Posted to Ajax Uploader (Forum) by mejner on October 9, 2009
  • Close window when done

    I was hoping that the CuteWebUI_AjaxUploader_OnStop would fire when all files are uploaded. Is it no function that fires when all documents are uploaded? &nbsp;I simply would like to reload the opener and close the form. (My upload documents is in a pop up window)
    Posted to Ajax Uploader (Forum) by mejner on October 9, 2009
  • Re: International characters in filename

    I'm using version 3.0 2009091.&nbsp;I don't need to set any encoding or encode the characters?&nbsp;In my web.config I have ISO-8859-1 which I need to the rest of my app, when I changed to UTF-8 in the web.config I got errors at other parts of the webb app.
    Posted to Ajax Uploader (Forum) by mejner on October 8, 2009
  • Re: International characters in filename

    Yes, that seems to work. But my form also displays the &#229;&#228;&#246; characters. It's when I try to deal with the data inside the Uploader_FileUploaded sub that characters changes.&nbsp;I viewed the source of the full demo but I couldn't see any encoding.
    Posted to Ajax Uploader (Forum) by mejner on October 8, 2009
  • International characters in filename

    How do I get the Ajax Uploader to upload international characters such as &#229;, &#228; and &#246; in a correct manner? Now they get replaced with ''crap'' characters.
    Posted to Ajax Uploader (Forum) by mejner on October 8, 2009
  • Re: Passing a variable

    Doh! I just put the input hidden field outside the MagicAjax panel. Now that it's inside it works perfekt! &nbsp; :-D
    Posted to Ajax Uploader (Forum) by mejner on July 20, 2009
  • Passing a variable

    I've donwloaded the trial version and everything works like a charm, upoloading multiple files nice n easy, getting the minetype and inserting the file into SQL Server. Perfect! &nbsp;However, I need to pass a variable together with the files (projectID) and insert this variable into the table as well.&nbsp; I'm not too used with working with ...
    Posted to Ajax Uploader (Forum) by mejner on July 20, 2009