Search

You searched for the word(s): uploader
Showing page 1 of 328 (3,276 total posts) < 1 second(s)
  • Re: Ajax Uploader in MVC deletres ALL pages from History

    We also tried it in FireFox with 1 image (i.e. 1 uploader) and it seems to work. But when you put a few uploaders on the page, that seems to be the problem.   The way we are putting several (infact 10) uploaders on the page is   First Uploader using (CuteWebUI.MvcUploader uploader = new ...
    Posted to Ajax Uploader (Forum) by hassan on May 11, 2010
  • need to insert values in database table

    Hi All I am using ajaxattachements in php file uploader. i have added file title(textbox),file description(textarea),keyword(textbox) and one checkbox for each file. i have added those all are using javascript. i need to insert those values for each file in database after successfully upload the file. i'm trying the get values in ...
    Posted to PHP File Uploader (Forum) by sheik1412 on March 19, 2011
  • Display file results after uploading

    Hi    We tried the demos, if the script is run as below, you can see the file results after uploading:   <?php      // Create Uploader object.     $uploader=new PhpUploader();      // Set a unique name to Uploader          ...
    Posted to PHP File Uploader (Forum) by DongZheng on October 25, 2012
  • Re: Implementation

    Hi SteveS, You can run the following two examples on your asp uploader installation directly: example1:<%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html ...
    Posted to ASP Uploader (Forum) by Eric on July 7, 2011
  • How to set the destination folder in uploader products?

    Ajax Uploader:  <%@ 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 Uploader_FileUploaded(object sender, UploaderEventArgs args)     ...
    Posted to FAQ (Forum) by Eric on January 3, 2011
  • Re: ajax uploader in ASP.net MVC

    Hi amchiche,   You can achieve it in the controllder directly. For example, in the selecting_multiole_files example.   The red part will fire after uploaded. you can save/move/delete/change name in it.                public ActionResult ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 22, 2013
  • Re: Changing filename using AJAX uploader

    Dear cunninw,   Please refer to the following snippet: -- <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' --> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
    Posted to ASP Uploader (Forum) by Eric on March 11, 2011
  • Re: 2 uploader in the same page

    Dear mikhellqc,   Multiple instances of php uploader are supported. Please add the highlighted line in your code and try it again.   <?php    $uploader=new ...
    Posted to PHP File Uploader (Forum) by Eric on January 28, 2011
  • Re: .resx help please (ASP uploader)

    Dear IPixel,   Please refer to the following highlighted code, it will save uploaded files as your original file name.   Solution 1:  <% @ Language=''VBScript'' %>   <!-- #include file=''aspuploader/include_aspuploader.asp'' -->   <html>    ...
    Posted to ASP Uploader (Forum) by Eric on January 28, 2011
  • Re: Can we pass custom varaible to uploader handler

    Dear attu143,   You can change     $uploader->UploadUrl=''myhandler.php'';     to $uploader->UploadUrl=''myhandler.php?id=301'';  It will pass the value to handler.   Custom file upload handler If you need further control over the parsing of the file uploading request, you can ...
    Posted to PHP File Uploader (Forum) by Eric on December 24, 2010
1 2 3 4 5 Next > ... Last ยป