Search found 8 matches
- Jan 23, 2011 12:31 am
- Forum: XUpload
- Topic: Message: Access is denied. xupload.js Only in IE
- Replies: 3
- Views: 5020
- Jan 13, 2011 9:06 pm
- Forum: XUpload
- Topic: Message: Access is denied. xupload.js Only in IE
- Replies: 3
- Views: 5020
- Jan 04, 2011 1:04 am
- Forum: XUpload
- Topic: Message: Access is denied. xupload.js Only in IE
- Replies: 3
- Views: 5020
Message: Access is denied. xupload.js Only in IE
Here is the error that I am getting on the client: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C) Timestamp: Tue, 4 Jan 2011 00:50:2...
- Jul 02, 2009 1:09 pm
- Forum: XUpload
- Topic: I migrated to Window 2008
- Replies: 1
- Views: 3047
I migrated to Window 2008
... and now whenever I am trying to upload a file larger than 50MB it starts "initializing" then just flickers to Transfer Complete.
It doesn't even try and upload.
Try it here : http://www.toobigforemail.com
It doesn't even try and upload.
Try it here : http://www.toobigforemail.com
- Jan 14, 2009 11:22 pm
- Forum: XUpload
- Topic: What about upload to a FTP server?
- Replies: 1
- Views: 2853
What about upload to a FTP server?
What about upload to a FTP server? So that we can manage large volumes of files across several servers?
- Jan 07, 2009 5:18 am
- Forum: XUpload
- Topic: Big problems with spambots. Javascript useless?
- Replies: 5
- Views: 5479
What about checking HTTP_HOST? That way unless they are posting from your site they cant POST. 

Code: Select all
if (($ENV{'HTTP_HOST'} eq "yourdomain.com")||
($ENV{'HTTP_HOST'} eq "www.yourdomain.com"))
{
#do some stuff
} else {
#dont do some stuff
}
- Jan 07, 2009 4:02 am
- Forum: XUpload
- Topic: Pro 3.0 - Status Bar and Stats Freeze
- Replies: 2
- Views: 3560
- Nov 20, 2008 1:58 am
- Forum: XUpload
- Topic: Pro 3.0 - Status Bar and Stats Freeze
- Replies: 2
- Views: 3560
Pro 3.0 - Status Bar and Stats Freeze
Just wanted to start off and say that I have searched already and tried many tweeks to resolve this bug,... and I am at a loss. Every once in a while in IE6 or 7 the status bar will freeze on small and large uploads. I stop the upload, restart and it goes away. I have uploaded files for 6 hours with...