Search

You searched for the word(s): Uploader
Showing page 140 of 328 (3,276 total posts) < 1 second(s)
  • Re: Multi-Select

    Marty,   The following intruction may help:   2. Add AjaxUploader httpModule to web.config's httpModules list To allow Ajax Uploader to handle upload requests, you need to add its HttpModule to your application. IIS 6.0 and IIS 7.0 Classic mode<configuration>   <system.web>     ...
    Posted to Ajax Uploader (Forum) by Adam on June 2, 2009
  • Customize Cancel / Cancell All buttons..

    Hello,i would like to purchase the ajax uploader control as i think is quite good..i'm testing it for a few days now but i found out that i cant really customize  ''Cancell All'' and ''Cancel'' button. Even if i can point to a new button for Cancel Current Upload with property: ''CancelButtonID'', i cant find a way to point to a new button ...
    Posted to Ajax Uploader (Forum) by raulsuhani on May 29, 2009
  • How can i get the content type of uploaded files

    hi, I am using ajax uploader to upload files in my application. It works fine, but my problem is ''How to get the contentType of uploaded files?''. Asp.net upload controls has contentType property.   This is important for me since i used it to show the files. eg,   Response.ContentType = contentType ...
    Posted to Ajax Uploader (Forum) by akkuissac@yahoo.com on May 27, 2009
  • Sometime getting unable to write to folder: ~/UploaderTemp.

    Hi       I am using the code for Ajax Uploader       <asp:ImageButton ID=''btnBrowse'' runat=''server'' Width=''87px'' Height=''17px'' meta:resourcekey=''btnBrowseResource1'' style=''cursor:default;'' />&nbsp;             ...
    Posted to Ajax Uploader (Forum) by Prabhu on May 4, 2009
  • Invalid Argument

    Hi there,      I am getting an ''Invalid Argument'' error, when I load my web page with your uploader control in it. This only happens in IE, I have only used IE7. I was reading the forums and this error was occuring back in April 2008 and there seems to be nothing since - am I missing something? What was the fix back ...
    Posted to Ajax Uploader (Forum) by saidto13 on April 12, 2009
  • Use Relative Path with CopyTo command

    I am using the multiple upload code for vb.net and microsoft ajax. The uploader works as advertised but I would like to use a relative path instead of the absolute path for the item.CopyTo command. When I change the code to relative path, I get the following error: Could not find a part of the path ...
    Posted to Ajax Uploader (Forum) by bceit on April 1, 2009
  • Upload fails - permissions issue?

    Hi,   I just cannot get the uploader to work. I go to the page, select my files, and for each file I specified, an error message pops up with a System.UnauthorizedAccessException and then a bunch of data.   I've specified the temp folder to use, and it's reflected in the data of the error message, and the machine name user has Modify ...
    Posted to Ajax Uploader (Forum) by GenNS on March 18, 2009
  • Hiding and showing different elements

    I got this bit of code from another post pertaining to hiding the cancel ...
    Posted to Ajax Uploader (Forum) by MattProspect19 on February 24, 2009
  • Re: I am trying to use System.Web.HttpContext in CuteWebUI.UploaderProvider but session comes back null. How can I get session to not be null

    Hi,   Please download the control again.   We have add new configuration appSettings: (It's not compatible with ASP.NET1.1 currently)   <add key=''CuteWebUI.AjaxUploader.AllowSession'' value=''True''/>   If add this line into web.config <appSettings>   the custom provider can read session ...
    Posted to Ajax Uploader (Forum) by cutechat on February 16, 2009
  • Re: Is this possible?

    Anthony,   Uploader provide JavaScript API to let you listen the event.   http://ajaxuploader.com/document/index.htm#page=JavaScript-API.htm   OnSelect - to know files have been added into queue.   OnQueueUI - to get the files information.   OnProgress - to get the progress information.   OnPostback - ...
    Posted to Ajax Uploader (Forum) by cutechat on February 6, 2009