Search

You searched for the word(s):
Showing page 2 of 2 (16 total posts) < 1 second(s)
  • Uploader is not initialized when in a hidden div

    Hi &nbsp;For ergonomy reasons, I need to put an uploader in a div hidden by CSS.&nbsp;&lt;div id=''zAddComment'' style=''display: none;''&gt; &nbsp;&nbsp; [..] &nbsp;&nbsp; &lt;div id=''zUploadForm'' class=''uploadForm'' runat=''server''&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;asp:ScriptManager ID=''Scriptmanager1'' runat=''server'' ...
    Posted to Ajax Uploader (Forum) by el.c. on March 5, 2009
  • Re: TempDirectory does not seem to work

    Perfect! This is a nice work-around!Thanks for your prompt help
    Posted to Ajax Uploader (Forum) by el.c. on March 4, 2009
  • Re: TempDirectory does not seem to work

    Looks like i was not clear enough.The list is empty before the MoveTo is executed. To be exact, the MoveTo is NEVER executed because the Items list is empty &nbsp;Could you simply paste a simple sample that uses the TempDirectory property with MS Ajax?&nbsp;Thanks
    Posted to Ajax Uploader (Forum) by el.c. on March 3, 2009
  • Re: TempDirectory does not seem to work

    I was too enthusiast :( &nbsp; The upload process runs smoothly. But once the upload is done, if i remove one attachment, then it resets the whole uploader and remove all atachments. In the same way, submitting the whole form in order to copy the uploaded file fails as Items list is empty. Here is what I did: protected ...
    Posted to Ajax Uploader (Forum) by el.c. on March 3, 2009
  • Re: TempDirectory does not seem to work

    Works! Thanks for this promp reply.Your upload component is really the best one i ever tried (and i tried a lot!). So bad you do not have a *real* Help file. It would avoid people asking questions like this one. &nbsp;Sincerely
    Posted to Ajax Uploader (Forum) by el.c. on March 3, 2009
  • TempDirectory does not seem to work

    Hi For several security reasons, I need to set the TempDirectory to a folder that cannot be accessed through HTTP.To do that, i use&nbsp;&nbsp;&nbsp;&nbsp; oUploadAttachments.TempDirectory = @''d:\myTempFolder\''; &nbsp;The upload runs correctly and the uploading.xxx.resx file is created in ''d:\myTempFolder\''&nbsp;But just after that a ...
    Posted to Ajax Uploader (Forum) by el.c. on March 2, 2009