Search

You searched for the word(s): upload'A=0
Showing page 151 of 656 (6,557 total posts) < 1 second(s)
  • Re: Uploader in dynamic UserControl

    Just tested another control from the CuteWebUI library: Uploader from the "Simple Upload withProgress" sample to see how it will behave. On a simple ASPX page it works just fine but again when loaded asynchronuously using an ASCX user control the Uploader kicks out the same "Object reference not set to an instance of an ...
    Posted to Ajax Uploader (Forum) by benjib98 on November 1, 2012
  • Re: The New Rich Text Editor

    Hi,   1) How do I set the max file upload to be different for Image and Files?   Please open file "richtexteditor\config\default.config", you can set the "MaxFileSize" for the special "dialog" under its own ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Kenneth on September 17, 2012
  • Re: PhpFileUploader : Ajax Query

    I give some details :This is a form with or without attachments.Without the function setTimeout(), fileguidlist is null. <?php require_once ''../phpuploader/include_phpuploader.php'' ; /*** After the POST ***/ if(isset($_POST['grade'])) {     // Enregistrer les données du formulaire et générer ...
    Posted to PHP File Uploader (Forum) by JML86 on July 19, 2012
  • Re: access db is not write

    Hi hackerim, Please refer to example page ''form-keepingstate.asp'', in this example it shows you how to get the upload file name by classic asp code. Then you can save it it database there. What I mean is the code below. mvcfile.FileName  is the original file name. You can save it there. <%Dim ...
    Posted to ASP Uploader (Forum) by Kenneth on July 13, 2012
  • Re: Unable to find the uploaded file in directory.......

    Hi, I've answered my own question through some research. When in IIS 7 and above the  maxAllowedContentLenghth attribute has to set under the <system.webServer> section in the web.config file for larger files. I found the info here: http://www.webtrenches.com/post.cfm/iis7-file-upload-size-limits   IIS 5 looks under the ...
    Posted to Ajax Uploader (Forum) by RandySSullivan on May 31, 2012
  • Re: Issues on server, not locally

    Hi RickLeinecker, 1. The file name gets uploaded under a new name such as persisted.4999ce17-0a4c-45e2-a371-fad61db8db8b.5.mp3.resx and then an alert box pops up saying ''Unable to find the uploaded file in directory: c:\inetpub\CollaborationDev\TempUploadDir'' I really need help getting this fixed. Is your server on the load ...
    Posted to Ajax Uploader (Forum) by Kenneth on May 21, 2012
  • Re: No items required

    Hi dbots,   Please try the example below, it will submit the forum whatever the uploader control has items or not. The upload files will be the optional.   <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html ...
    Posted to Ajax Uploader (Forum) by Kenneth on March 13, 2012
  • Re: Ajax Uploader Start-uploading-manually and validate page controls with out using javascript

    Hi gopalnivas, Below is the manual start upload example <%@ Page Language=''C#'' %><%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''><script ...
    Posted to Ajax Uploader (Forum) by Kenneth on March 7, 2012
  • Re: How do one position file list

    Hi ScottDolan, You can custom the attachment table to achieve your own style setting of it. <%@ 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''>    protected void ...
    Posted to Ajax Uploader (Forum) by Kenneth on March 1, 2012
  • Re: Can I show operators online in the client window?

    Hi ediguy, Please try the way below. The code below will only shows  department which has the online agents. 1. Open file  ''\CuteSoft_Client\CuteChat\SupportClient.aspx''. 2. Remove all the code and use the code below in it. (The red part is what I added in this page) <%@ Import Namespace=''CuteChat'' ...
    Posted to Cute Live Support (Forum) by Kenneth on February 29, 2012