Search found 8 matches

by toobigforemail.com
Jan 23, 2011 12:31 am
Forum: XUpload
Topic: Message: Access is denied. xupload.js Only in IE
Replies: 3
Views: 5020

Wanted to buy the new version,..
by toobigforemail.com
Jan 13, 2011 9:06 pm
Forum: XUpload
Topic: Message: Access is denied. xupload.js Only in IE
Replies: 3
Views: 5020

I saw that you fixed this exact issue for someone else. The only problem is that you PM'd him so you could fix it.

Help,.. I am loosing customers.
by toobigforemail.com
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...
by toobigforemail.com
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
by 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?
by toobigforemail.com
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

}
by toobigforemail.com
Jan 07, 2009 4:02 am
Forum: XUpload
Topic: Pro 3.0 - Status Bar and Stats Freeze
Replies: 2
Views: 3560

1. No JS errors
2. I dont think so

I just increased the delay to 5000 and am testing to see if I can recreate. It only happens every once in a while.

Why would this have an effect on the progress bar stalling?
by toobigforemail.com
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...