Search

You searched for the word(s):
< 1 second(s)
  • Re: Redirect When Upload Complete

    Works great.&nbsp; Thanks for all the help.
    Posted to ASP Uploader (Forum) by msandwisch on May 4, 2011
  • Re: Nothing Works

    That worked!&nbsp; Thanks for the great support......
    Posted to ASP Uploader (Forum) by msandwisch on May 4, 2011
  • Rename File

    I need to be able to rename the file that is being uploaded.&nbsp; For example, if someone uploads file.pdf I want it to upload to the server as 1.pdf.&nbsp; Is there a way to easily do this???
    Posted to ASP Uploader (Forum) by msandwisch on May 4, 2011
  • Re: Nothing Works

    After further investigation...I was able to pull up this error.&nbsp;Microsoft JScript runtime error '800a139e'ASP Uploader needs read/write permission to the system temp folder. If your host doesn't allow such access, you can specify a different path using TempDirectory property. at function Ox34/aspuploader/aspuploader/resources/coreimpl.js, ...
    Posted to ASP Uploader (Forum) by msandwisch on April 26, 2011
  • Nothing Works

    I tested everything with the free trial and got things working fine.&nbsp; Then, I purchased a domain license and replace the license file.&nbsp; Now nothing works.&nbsp; When I click on the button, the screen doesn't come up to select the file you want to upload.&nbsp; I tried putting the trial license back in and it still didnt work.&nbsp; I ...
    Posted to ASP Uploader (Forum) by msandwisch on April 26, 2011
  • Re: Redirect When Upload Complete

    When I run the script, the FileName comes back as ''undefined''.&nbsp; This is the code I'm using:&nbsp;&nbsp;&lt;script type='text/javascript'&gt; function CuteWebUI_AjaxUploader_OnPostback(task) { &nbsp; window.location.href=''http://www.domain.com/page.asp?File='' + task.FileName; } &nbsp;&lt;/script&gt;&nbsp;
    Posted to ASP Uploader (Forum) by msandwisch on April 14, 2011
  • Re: Redirect When Upload Complete

    That worked.&nbsp; One more question.&nbsp; How can I get the filename that is uploaded?&nbsp; I want to redirect in the format www.example.com/page.asp?FileName=xxx.
    Posted to ASP Uploader (Forum) by msandwisch on April 13, 2011
  • Re: Redirect When Upload Complete

    &lt;!-- #include file=''include_aspuploader.asp'' --&gt; &lt;!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''&gt; &lt;html xmlns=''http://www.w3.org/1999/xhtml''&gt; &lt;head&gt; &lt;link rel=''stylesheet'' type=''text/css'' href=''data/stylesheets/default.css'' ...
    Posted to ASP Uploader (Forum) by msandwisch on April 12, 2011
  • Re: Redirect When Upload Complete

    I copied the additional lines you suggested and it still is not redirecting.&nbsp; Then I eliminated everything I had and copied your post from top to bottom.&nbsp; Is there something else I could be missing???
    Posted to ASP Uploader (Forum) by msandwisch on April 12, 2011
  • Redirect When Upload Complete

    I need to redirect to a different page when the upload completes.&nbsp; I tried a few things with the javascript api but I'm not sure where to put the redirect code.&nbsp; Any ideas?
    Posted to ASP Uploader (Forum) by msandwisch on April 12, 2011