Search

You searched for the word(s): form
Showing page 265 of 300 (2,996 total posts) < 1 second(s)
  • BUG: Session Expired Error

    Im getting this error ''Get error while validating the file : AspUploader : Session Expired'' It is a java error. Getting it on both own implementation but Also Cutesoft hosted Demo pages. Any ideas? using latest version..   I saw another post of similar from 2010 but seemingly the cause was f/fox but fixed.. the error ...
    Posted to ASP Uploader (Forum) by RyGa160 on March 13, 2012
  • Use CuteEditor as an image selector

    Hi,   I am trying to use the editor as an image selector, but I can't get rid of the space and border that appears below the form field. Your example at http://phphtmledit.com/use-CuteEditor-as-image-selector.php shows the same field no matter what browser is used.   Can you help? I am using the latest version of the ...
    Posted to Cute Editor for PHP (Forum) by random on February 22, 2011
  • Server side exception: failed to upload xxxx.zip - session expired ...

    We are evaluating this component prior to purchase and have managed to inject the required phpfileuploader code into the existing standard form:    <tr>         <td>Zip Archive File Location 1:</td>         <td>         ...
    Posted to PHP File Uploader (Forum) by roygg on August 27, 2010
  • Uploaded document hiding after submitting the document

    Hi, I am using your product and i need help on the following in the below exampleshttp://www.phpfileuploader.com/demo/form-manualstart.php after uploading a document and then click on the submit button, document will be hidded and progress bar  appears. I want that document to be visible even after clicking the submit button.  ...
    Posted to PHP File Uploader (Forum) by ram090 on September 16, 2009
  • AppSettings not sticking

    I have CuteEditor embedded in an edit template.   Upload directory is set in cuteeditor config file, which works fine.  However, I'm changing the upload directory to value in web.config on page load.  This also works fine the first time the page loads.   The problem is that after I save the form, and the page posts ...
    Posted to Cute Editor for .NET (Forum) by acer152 on April 9, 2009
  • Default CSS, font type and font size

    Hello, i am encountering some problems (CuteEditor 5.2 for ASP) and i am looking for some advice. I have wasted to much time trying to go through all of the settings and try to fix the second problem. at first, i wanted to ask: is it possible to set the font type and size to the default values form the list (possibly later will consider to ...
    Posted to Cute Editor for ASP (Forum) by tomSymbius on May 22, 2007
  • Re: "Invalid Argument" in IE, but not in FF.

    Griffin,   Can you try the following code and get back to me?   <%@ Page language=''c#''%> <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' %> <html> <head> </head> <body>     <form id=''Form1'' method=''post'' ...
    Posted to Ajax Uploader (Forum) by Adam on April 21, 2008
  • There was an error rendering the control.

    I'm testing CuteEditor to purchase a license, but stil receive the next error in Visual Studio 2005 Express Edition:   ''There was an error rendering the control. Exception has been thrown by the target of the invocation.''   I've read the post at http://cutesoft.net/forums/thread/26518.aspx  but this is not giving a ...
    Posted to Cute Editor for .NET (Forum) by adrey on March 4, 2008
  • the editor doesn't seem to pass its content through POST

    Welcome, i have a problem concernig POST data passing from the CuteEditor under the Firefox browser (MSIE works fine). To be more specific: when i use the CuteEditor to add some topic, fill in the form (title, date, contents - cuteeditor) and send it to a script that should save the data to mssql database, the contents from the editor doesn't seem ...
    Posted to Cute Editor for ASP (Forum) by tomSymbius on August 31, 2006
  • Re: Login Form return OK, but lgoin failed!

    Please check the following line:   isAdmin = System.Web.Security.Roles.Providers[''AspNetSqlRoleProviderLiveSupport''].IsUserInRole(user.UserName, ''Admin'');   Will it work if you just return true?   isAdmin = true;   Keep me posted
    Posted to Cute Live Support (Forum) by Adam on August 30, 2009