Search

You searched for the word(s):  
Showing page 23 of 4,987 (49,864 total posts) < 1 second(s)
  • Ajax Uploader - Uploader_FileUploaded server event not firing

    Hello, I am using an ajax uploader control and setting the manual start upload to true.  My exact code is below.  When I use this code on a page that does not have any Jquery ajax calls everything works fine and the file that I select for upload gets uploaded to my C drive when my submit button is clicked.  If I use the same ...
    Posted to Ajax Uploader (Forum) by mchamo on June 16, 2011
  • Modify GetTempFilePath (PLEASE HEEEEEEEEEEEEELP!)

    Need to create my own GetTempFilePath, is this can be done?    On UploadPhoto_FileUploaded, need to save it to another dir if i can duplicate the GetTempFilePath maybe it would help.   PLEASE HEEEEEEEEEEEEELP!    protected void UploadPhoto_FileUploaded(object sender, UploaderEventArgs args)     ...
    Posted to Ajax Uploader (Forum) by fjbotto on May 3, 2011
  • Re: Integrating info

    Hi Adam, I found the document that you referred to, but all the guides seem to be written for integrating with IBuySpy, DotNetNuke etc, which I am not using.  As I am writing in VB.net I took a look at the guide for Integrating with DotNetNuke 3.0, but obviously because I am not integrating with DotNetNuke I have no reference to ...
    Posted to FAQ (Forum) by gp_330 on August 19, 2005
  • looks like the live support operator can't deal w/ commas in cookie values

    Here's a global.asax.vb file that will reproduce the problem...not sure why it's splitting cookies using the comma as a separator.  The separator should be a semicolon...Imports System.WebImports System.Web.SessionStateImports CuteSoft.Chat    Public Class [Global]        Inherits ...
    Posted to Cute Live Support (Forum) by kenyee on October 4, 2006
  • Re: CuteSoft_Client Folder CS2007

    Thanks Adam. Just to clarify what the problem is, the example says:   <appSettings>   ...    <add key=''CuteChat.DataDirectory'' value=''~/Chat'' />   </appSettings>   <appSettings> does not exist in the CS2007 version of web.config, but it does in the standalone version. Here ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Megabyte on September 19, 2007
  • Leave page mechanism during upload.

    Hi all, The next code adds well known mechanism of preventing page leave to the ''Simple Upload (Customizing the UI)'' demo (with slight ...
    Posted to Ajax Uploader (Forum) by Michael Raizman on November 17, 2009
  • Re: CuteEditor In a Child Window

    mgjunk,   I just wrote a fix for this. It works. You can test it in our online demo.   Please check it out.   Dad.asp <HTML> <HEAD> <SCRIPT> function popupCuteEditor(v_form, v_field) {      var newWin, v_pagestring;      w = ...
    Posted to Cute Editor for ASP (Forum) by Adam on February 23, 2004
  • Re: CuteWebUploader - InsertButtonID cursor style

    Dear ManoSrinivasn,   Please set ''SetAdvancedOption'' to ''UploaderAdvancedOption.NoFlash'' and try it again: <%@ 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 December 9, 2010
  • Re: Is it possible to deny file type?

    Hi,   If you use this way , you must collect all kinds of the file types which can be executed on your server.   if you miss one , your server will be hacked.  <%@ Page Language=''C#'' Title=''First sample'' %> <%@ Import Namespace=''CuteWebUI'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' ...
    Posted to Ajax Uploader (Forum) by cutechat on September 9, 2009
  • Re: MVC Ajax Uploader

    Hi Avi,   1. Is there a way to pass data from javascript to UploadHandler.ashx before a the file is uploaded, or after the file are selected?   I suggest you handle the upload file in the controller directly. So you can pass the value to the controller directly.   refer to the example below, you can save/move or do other ...
    Posted to Ajax Uploader (Forum) by Kenneth on February 28, 2013
« First ... < Previous 21 22 23 24 25 Next > ... Last »