|
Search
You searched for the word(s):
Showing page 40 of 231 (2,301 total posts)
< 1 second(s)
-
Hi,
That will be a problem.
You can specify this property to force Flash use chunking upload mode :
$uploader->FlashUploadMode=''Partial''
So for the users who use Silverlight or Flash10 , it will be OK.
Regards,
Terry
-
Hi,
Uploader only maintain the temp files.
Once you move the file to another place,
You need maintain it by your self.
Please check the file manager example .
Regards,
Terry
-
yakir,
Can you reproduce this issue on our online demo ?
http://phpfileuploader.com/demo/demo2.php?UploadType=Flash
On which browser and which version of the Flash you got such issue ?
Did you try other browsers ?
Regards,
Terry
-
Hi all,
Please download the control again.
We have updated it for this issue.
Regards,
Terry
-
Hi,
That is error when the office file be opened and locked by the office application.
Regards,
Terry
-
Hi,
Do you get any javascript error when it stop working ?
You can check javascript error by this code :
<script>
window.onerror=function(a,b,c)
{
alert([a,b,c])
}
</script>
Regards,
Terry
-
Hi,
Http 413 is a server error that the server reject the request when the server think the data is too large.
Maybe this article can help you :
http://blogs.msdn.com/jiruss/archive/2007/04/13/http-413-request-entity-too-large-can-t-upload-large-files-using-iis6.aspx
Regards,
Terry
-
Dizz,
Are you still able to reproduce this problem ?
Do you have online page so we can test it ?
Regards,
Terry
-
Erlend ,
Are your application use <IFRAME> to show the uploader page ?
Do you have online page so we can test it ?
If you want to reproduce that problem,
You can find a big screen , for example , 1680x1050
Regards,
Terry
-
Roland,
Please use UploadAttachments control and test again.
If you use uploader, and do not process the file in the FileUploaded event,
the temp file will be deleted immediately.
Regards,
Terry
... 40 ...
|
|
|