|
Search
You searched for the word(s): IE 9 upload
Showing page 331 of 656 (6,557 total posts)
< 1 second(s)
-
Hi koolhd,
Try the page below on your site
upload a avi file, insert it and click on the show button
If you still get this issue on the example below, please send me the test url of that page to me.
My E-mail: ...
-
Hi,
when you upload multiple files , the order is :
uploading file1
server FileValidating for file1
uploading file2
server FileValidating for file2
...
uploading filen
server FileValidating for filen
client OnPostback event
server FileUploaded event
server UploadCompleted event
This is by design , because ...
-
Hi,
David , can you collect more information ?
1-the windows version ?
2-whether use some IE toolbar add-on ?
3-whether use some firewall software?
4-On when the error occurs ? click button?after browsing files?upload progress to xx%?
5-does it 100% occur ?
6-can any one test his own ...
-
1. Latest version can be downloaded here http://phphtmledit.com/download/phphtmledit.zip
2. You should not embed any block level tags <p>,<div>, <table> into span tag.
3. Once you finish it, please send it to me. [email protected]. We will upload it to http://cutesoft.net/downloads/17/default.aspx
4. ...
-
xtinction84,
The files are uploaded into the temp folder after when the files name appears in the grid.
In your own applications, you need to use the .Copyto method to save the files to the target location.
For example:
void ButtonTellme_Click(object sender, EventArgs e) ...
-
Hi,
I don't know whether the office save the summary property to the file data , or another place , for example , a hidden file , or registry.
If the summary is contained in the file , you can try to rename the resx file back to the origin file name.
If not , I think the uploader is not able to upload the summary ...
-
Greg,
Please check this demo :
<%@ 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 ...
-
Hi cassini,
You have missed the following script
<script type=''text/javascript''>
function submitbutton_click()
{
var submitbutton=document.getElementById('<%=SubmitButton.ClientID %>');
var ...
-
Phil,
Please check this sample code :
<%@ Page Language=''C#'' %>
<%@ Import Namespace=''CuteWebUI'' %>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''>
<script runat=''server''>
protected int ...
-
Hello,
I had a similar problem with .doc and .pdf files. The editor would not upload them, claiming a mime type mismatch, no matter what I did and where I allowed them (both in code and configs).
This is the solution I worked out for myself. I hope it helps:
It has to do with the veracity of the mime type coming from the ...
... 331 ...
|
|
|