Search

You searched for the word(s): uploader
Showing page 6 of 328 (3,276 total posts) < 1 second(s)
  • Re: How to save file on server using Ajax uploader in .net 3.5

    Hi,   What do you mean the .net 3.5 ? Do you mean the MVC ?   The Ajax Uploader supports DotNet framework 1.x,2.0,3.x   You can download the samples at http://ajaxuploader.com   And these days we will publish Ajax Uploader 3.0 , which allow developer use it in ASP.NET MVC.   Regards, Terry  
    Posted to Ajax Uploader (Forum) by cutechat on April 13, 2009
  • Re: Ajax Uploader Evaluation ~ Demo Problems

    HI Adam,   I am using VB.NET in VS2003 (v7.1.3088) with .NET Framework 1.1.4322(SP1).   I made the following changes to the file called simple-upload.aspx as you suggestered:   Private Sub Uploader_FileUploaded(ByVal sender As Object, ByVal args As UploaderEventArgs)    Dim uploader As Uploader = ...
    Posted to Ajax Uploader (Forum) by arlan on March 28, 2008
  • Re: Other ajax calls fails on using Cute Ajax uploader with mvc

    Hi arunsaar,   Did you got this problem after uplodaed? Or after other control postback?   Can you post your uploader page url here? So we can check your page directly. Also, you can send it to Kenneth@CuteSoft.net.   If allow, please create a simple example page which can reproduce this issue and post here, so we can ...
    Posted to Ajax Uploader (Forum) by Kenneth on September 24, 2013
  • Re: Ajax Uploader - DialogFilter works in IE not in firefox ?

    Hi shawndg, 1. Please install the silverlight or flash plug-in for your firefox browser. 2. You can see all the file type in the select file dialog, but once you choose the file for upload, the uploader control will shows you the message, file type do not allow. And will disable the upload. We achieve the filter function on ...
    Posted to Ajax Uploader (Forum) by Kenneth on April 6, 2012
  • Re: customize uploader.InsertText

    Hi praxis73, #1 You can achieve the first requirement by property ''InsertButtonID''   <button id=''button1'' style=''width: 450px; height: 40px'' class=''auto-style12''>                myUpload            ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 31, 2012
  • Re: write additional form data including filename an folder (per image uploaded) to a database

    Hi PKKSW, Please test the example below Mehtod CuteWebUI_AjaxUploader_OnPostback() will fire after all file upload complete. The red code shows you how to get the file info what you need to save into database.(two places can get it) <%@ Language=''VBScript'' %> <!-- #include file=''aspuploader/include_aspuploader.asp'' ...
    Posted to ASP Uploader (Forum) by Kenneth on May 17, 2011
  • Re: Uploader on a page with a datagrid

    I figured this out on my own.  The buttons in my datagrid call the following function, supplying it with the row specific parameter which is used on the server side to store the document in the proper place in the database.     It was necessary for me to view the source code to find the client id of the ...
    Posted to Ajax Uploader (Forum) by johansec on March 9, 2011
  • Re: File rename

    Please try the following code:   demo2.php: <?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 July 12, 2010
  • Our editor has a build-in uploader which may make the steps easier for you

    Are you asking how to publish a .pdf document that's on your own hard drive to all other people, especially your boss? Well, you can either upload the file to your web server or turn on IIS service on your PC to give other people public access. Then to add the file at a link.   Our editor has a build-in uploader which may easy the steps for ...
    Posted to FAQ (Forum) by Karen on September 22, 2005
  • Re: Renaming File

    This is the current block of code I am using to store the file in the Absolute File Path of $uploadpath:$uploader=new PhpUploader(); $uploader->Name=''myuploader''; $uploader->SaveDirectory = $uploadpath; $uploader->InsertText=''Select MP3 to Upload''; $uploader->AllowedFileExtensions=''*.mp3'';     ...
    Posted to PHP File Uploader (Forum) by stoi2m1 on August 24, 2010
« First ... < Previous 4 5 6 7 8 Next > ... Last »