|
Search
You searched for the word(s): IE 9 upload
Showing page 37 of 656 (6,557 total posts)
< 1 second(s)
-
Hi, I am using ''PHP File Uploader'' with a customised SQL/PHP back-end. The uploader works fine for single file uploads, and in every respect but one, works fine for multiple file uploads. The problem I am experiencing is that when a file is uploaded successfully, I run the following code: <script ...
-
Would like to test for the filesize of a file to be potentially uploaded. If it is above a certain number of bytes I would like to compress the file before uploading and then decompress it after the upload has finished.
Question: What is the preferred event to try to compress the file on before it is uploaded. Is there a ...
-
Eric:Please set property ''MaxSizeKB'' to restrict the size of uploaded files:
<%
Dim uploader
Set uploader=new ...
-
Hi
the error is reported by our user, we cannot repeat the same error. checked the database found the most of upload files cut off at 65536 bytes and the Uploader_FileUploaded event have not been fired yet.
looked around the forum, we found one similar issue, http://cutesoft.net/forums/thread/47795.aspx.
so we changed the uploadtype ...
-
The problem is that the page is not refreshed like a F5 in the browser. I' ve tried with a session variable to see that. I putted it to 0 at index.php of program and putted at 1 near the move uploaded file.After upload, i see the variable is still at 0 if i do F5 i see 1 i really need your help, i spent 3 days on this problem ...
-
I'm using the standard upload folder. I hid it using the code below: myEditor.Setting[''security:HideDirectoryList''] = ''~/uploads''; Problem is I can still see the folder in the browser. For example, if I access the folder in firefox (''www.mysite.com/uploads'') it would actually list all the files uploaded. This is a serious security ...
-
Had this working great on my computer in 5 different browsers, Visual Studio 2008, Windows 7. But the upload button won't fire on some of our other computers here - one is using IE8, one is using Chrome, and one is using Firefox 3.6.6, which is exactly what I'm using and it works fine for me. Any ideas what can disable the ...
-
I want to automatically create a thumbnail version of an image that is uploaded by a user, using either the InsertGallery or InsertImage pages. I know for the gallery, I can hook into the FileUploaded event of the Uploader control and for the insert image, I can use the CheckUploadData function. However, I don't always want to create ...
-
Hello,
i get an uploaderror while uploading a big file 63MB.
Errormessage:
<paotest.lcr-easyweb.de>
Silverlight : The upload task is interrupted!
WebException : UnknownError,[HttpWebRequest_WebException_RemoteServer]
Argumente:NotFound
Debuggingressourcen-Zeichenfolgen sind nicht verfügbar. Oft enthalten der ...
-
Hi cw808,
Please create a test page like beow on your site and send the page url to me.
<%@ Page Language=''C#'' ValidateRequest=''false'' Debug=''true'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> ...
... 37 ...
|
|
|