Search

You searched for the word(s): Ajax Uploader
Showing page 65 of 117 (1,163 total posts) < 1 second(s)
  • Re: Error using the ajax uploader

    It might have been something with the path I was trying to upload to, I tried another one and it worked as should. Maybe permissions on the path?
    Posted to Ajax Uploader (Forum) by p19101 on July 14, 2010
  • Re: Disable Ajax Uploader

     Hi cyphersys,   Did you tried the example page I provided? Does it get the same problem too?   Regards,   Ken 
    Posted to Ajax Uploader (Forum) by Kenneth on January 24, 2014
  • 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 Can I Integrate a Drag n Drop Capability

    Right now ajax uploader already uses html5 solution for html5 compatible browser. However this drag and drop is not implemented. The reason is simple: this feature can only be implemented in html5 compatible browsers. We've decided to implement this drag and drop for html5 compatible browser.
    Posted to PHP File Uploader (Forum) by Adam on November 12, 2012
  • Resize and crop uploaded pics

    Hi,   I don't suppose anyone has managed to resize and crop images with the Ajax Uploader have they?   I can resize them easy enough, but I'm struggling with the cropping.  Basically I want my images to be 335x360 pixels.   Many thanks in advance if anyone can help.   Kind regards,   Rich
    Posted to Ajax Uploader (Forum) by Anonymous on October 6, 2009
  • Re: Triggering Ajax Uploader via .NET button

    Dear Ormiston,   Please refer to http://ajaxuploader.com/demo/Ajax-based-File-storage.aspx , in download package, you can find its source.   Regards, Eric
    Posted to Ajax Uploader (Forum) by Eric on January 28, 2010
  • Various issues with uploader inside a form view a inside update panel

    Hi, After trying both the MS FileUpload and AsyncFileUpload controls and not getting my scenario working I though I'd try this control.  I have got further but there are still issues. I am using ASP.NET 4.0 Beta 2 webforms (I have repro'ed all the below on ASP.NET 3.5) and IE8 and Firefox 3.7. 1.  In AJAX mode I get an ...
    Posted to Ajax Uploader (Forum) by pippipmilk on January 11, 2010
  • Re: KB - Uploader recent changes , SSL,NTLM etc

    Hello, I'm trying to evaluate the new build of Ajax Uploader and I am still having problems with using ''Integrated Windows Authentication''. I think I'm not doing something right here.... Here is my setup ..This is for a intranet site and running IIS 6.0 on Windows 2003 server. I have a intranet application   Default Website ...
    Posted to Ajax Uploader (Forum) by razna on March 31, 2009
  • Re: "File Browsing has been blocked." inside AJAX TabContainer

    Hi,   We recently have another customer who use jQuery to show the dialog,   And we found another thing,   We let he open the dialog after uploader initialized.   like this :   <script> function CuteWebUI_AjaxUploader_OnInitialize() {      ...
    Posted to Ajax Uploader (Forum) by cutechat on October 19, 2010
  • Re: How can i achieve this in code behind

    Hi,   You'd better setTimeout to check whether the uploader is initialized after AJAX postback.   for example:   function StartUpload() { var submitbutton=document.getElementById('<%=SubmitButton.ClientID %>'); var uploadobj=document.getElementById('<%=Uploader1.ClientID %>'); if(!uploadobj.startupload)//not ...
    Posted to Ajax Uploader (Forum) by cutechat on March 31, 2009
« First ... < Previous 63 64 65 66 67 Next > ... Last »