Search

You searched for the word(s):
< 1 second(s)
  • Re: redirect after multiple upload

    Ok, I've found the solution... &nbsp; &nbsp;&lt;script type='text/javascript'&gt; &nbsp;&nbsp; function CuteWebUI_AjaxUploader_OnPostback() &nbsp;&nbsp; { &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; window.location.reload(); &nbsp;&nbsp; } &lt;/script&gt; &nbsp; bye to all!
    Posted to PHP File Uploader (Forum) by fmortara on October 26, 2011
  • redirect after multiple upload

    I want to redirect a php page after i do a multiple upload. &nbsp; I try to put &lt;script type='text/javascript'&gt; &nbsp;&nbsp; function CuteWebUI_AjaxUploader_OnTaskComplete(task) &nbsp;&nbsp; { &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; window.location.reload(); &nbsp;&nbsp; } &lt;/script&gt; &nbsp; but it run after first file uploaded. &nbsp; How ...
    Posted to PHP File Uploader (Forum) by fmortara on October 26, 2011
  • Re: Sending Addition Info To uploadUrl

    Kevan: This is what I currently have: &nbsp; $uploader = new PhpUploader(); $uploader-&gt;MultipleFilesUpload = true; $uploader-&gt;InsertText = ''Upload Pictures''; $uploader-&gt;MaxSizeKB = 10240; $uploader-&gt;AllowedFileExtensions = ''*.jpg,*.png,*.gif,*.bmp,*.psd''; $uploader-&gt;InsertButtonID = ...
    Posted to PHP File Uploader (Forum) by fmortara on October 26, 2011