|
Search
You searched for the word(s): form
Showing page 22 of 300 (2,996 total posts)
< 1 second(s)
-
Adam, Thanks for your reply. Your identification of the problem is exactly correct, however, I was not able to use the solution you suggested. Modifying the icons, replacing the white background color of the icon with the transparent color on the icon left me with an icon that was totally unacceptable on a form ...
-
I am working on an application with which you can construct a fax by filling out a form and attaching one or more documents. On one particular form, one use case has the user attaching a document (with it automatically being uploaded) either one at a time or in mass. At some point the user either manually fills in the destination information ...
-
I don't see any examples of using this upload control with other form elements... I need to use this control in a form with normal elements (textboxes, etc) AND I need to submit all the elements at once. I do not want the upload to happen as soon as they select the file. All elements and the file must go at once, (with the progress ...
-
We are using Cutesoft version 6.0 in a Framework 2.0 ASP.NET application. I defined several form elements within the editor, a part of the resulting HTML code follows. When I type into the textbox with ID=Text1 and attempt to save the contents (HTML) of the editor into our database, the text that I typed in is ...
-
Carla,
If you set EditCompleteDocument=''true'', you will get full html page (with body tag, head tag and form tag). Otherwise, the editor will return only the items entered (not the form tag, body tag, table tag, etc).
I even copied the line of example code diplayed on the page but it only caused a parse error stating the ...
-
Please check this example:
http://phpfileuploader.com/demo/demo2.php
A sample demonstrates how to implement a custom upload handler then accepts the incoming files. In handler page (UploadUrl) developers can rename the uploaded files, process other logics programmatically.
You can also get other fields of the form in ...
-
Hi,
I have a form with a phpfileuploader field and other fields as e-mail sender, e-mail receiver, subject and a textarea with a message. I'm using the sample ''Start uploading manually'' to upload and submit the other form fields but it seems that only the uploadfield is submitted and the other fields get blank.
Can anyone help ...
-
Hi CTietgen,
Please open file \cuteeditor_files\SpellCheck.aspx, ensure that property setting "ValidateRequest="False" has set for the first line below.
<%@ Page Language="C#" ClassName="PopUpSpell" ValidateRequest="False" %>
By the way, what .net framework version ...
-
Thank you Eric for replying. I've already read the thread you referred but there, you explain how to use forms with the cute editor, not with the phpfileuploader.
Could you, please, post a sample using the phpfileuploader with other fields and get their values?
Or do you mean that use action=''1email.php?postback=true'' is the ...
-
I spoke to Eric yesterday evening (GMT) and he was going to email me about it, but he hasn't.
I have emailed a source file changed from one of your demo files that displays the issue. If you run the file, click the edit link, then try to upload you should get the error.
If you change line 73 from
<asp:FormView ID=''FormView1'' ...
... 22 ...
|
|
|