Search

You searched for the word(s):
Showing page 2 of 4 (32 total posts) < 1 second(s)
  • Re: Object required: 'jfile' ERROR - Please Help

    I get same error with this demo and I can not make multifile upload work. I get objet required: jfile in line 464 :-(((
    Posted to ASP Uploader (Forum) by jerry2 on December 18, 2011
  • Re: Object required: 'jfile'

    &nbsp;I get the same error, the multiple files demo has problem with jfile :-( Help please. I have tried to use your demo ajax-multiplefiles.asp on my server (copied the whole folder of course) and I get the object required jfile error in line 464. The file is uploaded but the page is then trying to redirect and the error is there. So your own ...
    Posted to ASP Uploader (Forum) by jerry2 on December 18, 2011
  • Re: File path is wierdness

    Yes I only need the filename but the file name is not correct, it shows original file name not the saved one. The saved one is not the same to original, it puts some timestamp behind and change the ending.
    Posted to ASP Uploader (Forum) by jerry2 on December 9, 2011
  • File path is wierdness

    Hi there If I use the uploader and set the file path, why is the file being uploaded to windows temp folder and not deleted fterwards? So I have 2 copies of the file, one in windows/temp and one in the save folder. The temp one should be deleted I think. And the FilePath always shows the file path of the temp file, not the saved file. So my ...
    Posted to ASP Uploader (Forum) by jerry2 on November 24, 2011
  • Re: Number of uploaded files

    Is this demo for the multiple uploader instances or my first question? Sorry for so many questions I just bought this extension and I am trying to fit my work, after some time I'll not ask any more.
    Posted to ASP Uploader (Forum) by jerry2 on December 17, 2010
  • Re: How to reinitialize the Uploader

    I &nbsp;will prepare it, but ajax load uses jquery! Maybe there is another way to make the uploader self sustained in it's code... You seem to have some demos where there is a handler file to point to, but I find no documentation about it. Maybe better than ajax is to use this handler if it is works for this purpose.
    Posted to ASP Uploader (Forum) by jerry2 on December 17, 2010
  • Re: Difference between render and getstring?

    So it doesn't really matter which I use, the getString with response.write or render without it?
    Posted to ASP Uploader (Forum) by jerry2 on December 16, 2010
  • Re: How to reinitialize the Uploader

    Update: I have tried to use ajax load method... In IE8 everything works as expected, also in Opera and Chrome. In FF the button doesn't work at all, there is no file requester ;-( When I look at the code I see there is only a &lt;button id=photoButton'' onclick=''return false''&gt;Upload&lt;/button&gt; I guess that is why it doesn't work, but ...
    Posted to ASP Uploader (Forum) by jerry2 on December 16, 2010
  • How to reinitialize the Uploader

    As I am making a user picture uploader I'd like a user to be able to upload his picture and resize it and then reinitialize the uploader somehow. How do I do that? I mean, I'd like the uploader part and the picture preview to reinitialize, should I use ajax for that?
    Posted to ASP Uploader (Forum) by jerry2 on December 16, 2010
  • Re: How to upload file at the same time as the rest of the form is submitted?

    Ok you should use:&nbsp; &lt;input type=''button'' id=''submitbutton'' value=''submit'' onclick=''doStart();''&gt; for the button, this way it works. But I have a problem. Now if I don't want to upload picture in a form, the button triggers nothing (I have removed the return false;) because obviously the OnTaskComplete is not triggered. How ...
    Posted to ASP Uploader (Forum) by jerry2 on December 16, 2010