Search

You searched for the word(s): Uploader
Showing page 22 of 328 (3,276 total posts) < 1 second(s)
  • Re: Ajax Uploader Security

    Hi Aaron,     If you want to add more security check for the file,   You can use the FileValidating event.   when the FileValidating fired , that means the file is just uploaded and prepair to fire the FileUploaded.   So you can check more thing there, by using the HttpContext or other controls (for example, the ...
    Posted to Ajax Uploader (Forum) by cutechat on July 29, 2008
  • Ajax Uploader and upload to remote dedicated file server ?

    Hello   I'm building a multi servers (web farm) architecture and I need to store images and videos in dedicated servers (images.mysite.com and video.mysite.com). the www.mysite.com server only has the asp.net files (even design css files are on static.mysite.com). How can I use the Ajax Uploader component in the web server, in ...
    Posted to Ajax Uploader (Forum) by filemon on April 14, 2008
  • Re: How to Hide Cancel all Uploads Button

    Hi adyboy369, Please try the following snippet:<?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to PHP File Uploader (Forum) by Eric on June 28, 2011
  • Re: Need Help !!! Urgent !!

    Dear chintanshah,   uploader.js is obfuscated code and it is only available for source code license user. Please refer to the following snippet to change the UI:   <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
    Posted to PHP File Uploader (Forum) by Eric on April 21, 2011
  • Re: can we add extra information on the object that ajax uploader sends for each file?

    Dear deepakkumarjoshi,   Please refer to the following highlighted code:   <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''>           void ...
    Posted to Ajax Uploader (Forum) by Eric on January 18, 2011
  • Re: ASP Uploader question

    altero: Since there is no group for ASP Uploader, i'll try here instead.   Is it possible, when i upload some picture files, that i can upload it to an ASP script instead of an folder?   I need to do some imageresizing when pictures is uploaded, but i can't figure out how i do this.   Normally, i use ASPUpload ...
    Posted to ASP Uploader (Forum) by Adam on December 29, 2009
  • Re: Series of errors in uploader

    Relaxander: Hi,   Build 3.0 20100512 has several annoying errors: FF 3.6.3, Chrome 4.1.249.1064: InnerException:            System.FormatException Input string was not in a correct format. mscorlib    at System.Number.StringToNumber(String str, NumberStyles options, ...
    Posted to Ajax Uploader (Forum) by Adam on May 13, 2010
  • Re: Does different UploadType options in Ajax uploader affects upload performance?

    Hi,   Can you try the simple example page below? Does it get the same problme? And what browser/version you are testing? please show me the debug info what you get from the debug window when testing this example page. You can find the debug window at top right of the ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 18, 2014
  • Re: Want to Upload only one image using file uploader

    tatva39: Not Getting Javascript Error....   i also want one new feature also...   i want to upload fixed size image like (500*325).if user upload image with different size than it gives error....   so is it possible with ...
    Posted to PHP File Uploader (Forum) by Adam on December 30, 2009
  • Re: Ajax Uploader gives me an error message

    I have found a cure for my problem. When I run the program locally, I needed to put this in my web.config.     <httpModules>       <add name=''CuteWebUI.UploadModule'' type=''CuteWebUI.UploadModule,CuteWebUI.AjaxUploader''/>      </httpModules>   but when ...
    Posted to Ajax Uploader (Forum) by edba1970 on February 9, 2009
« First ... < Previous 20 21 22 23 24 Next > ... Last »