Search found 6 matches

by ssanders
Sep 19, 2012 8:17 pm
Forum: XUpload
Topic: IP Disallow
Replies: 0
Views: 7534

IP Disallow

# IP restrictions # Examples: '^(10\.0\.0\.182)$' - allow only 10.0.0.182, '^(10\.0\.1\.125|10\.0\.0\.\d+)$' - allow 10.0.1.125 & 10.0.0.* (*=number is wildcard) # Use '^.*$' for no restrictions ip_allowed => '^.*$', Is there a way to use an ip_allowed regex to disallow one or more IPs? For now...
by ssanders
Apr 05, 2012 1:02 pm
Forum: XUpload
Topic: XUpload Pro - Multiple confirm_email addresses
Replies: 2
Views: 8313

Just comma-delimit:

Code: Select all

 # Email that confirmations will be sent to
 confirm_email      => '[email protected],[email protected]',
by ssanders
Apr 03, 2012 3:34 pm
Forum: XUpload
Topic: mime type
Replies: 6
Views: 11976

This is not working properly. If I rename a file extension, the MIME is always reported as that of the new file extension. So if I rename a .PDF to .TXT, the MIME is always reported as "text/plain," though the content is a .PDF. If I check the same file's MIME with PHP, it correctly report...
by ssanders
Mar 30, 2012 7:30 pm
Forum: XUpload
Topic: Large File Uploads Fail
Replies: 18
Views: 28747

sandyinc wrote:Is there a way to get a better error message than "Upload failed!", perhaps in an email to the sysadmin?
That was four years ago, but I also want to know if there's an easy way to email someone(s) on error?
by ssanders
Mar 07, 2012 9:19 pm
Forum: XUpload
Topic: "Stop Upload" results in Access Denied js error
Replies: 2
Views: 8545

Denied...

I got some other JavaScript denied errors using iframes, and while I was searching for a way to resize an iframe to its content stumbled on this link which helped with the deny errors too:

javascript - Resizing an iframe based on content - Stack Overflow:
by ssanders
Mar 06, 2012 9:15 pm
Forum: XUpload
Topic: Integration with jQuery framework
Replies: 11
Views: 17060

Fix the source?

While I adore open source so I can fix things myself...

jQuery is mad popular -- why not replace all the $() to $$() in an official release, especially for us who purchased Pro?