Search found 6 matches
- 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...
- 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]',
- Mar 30, 2012 7:30 pm
- Forum: XUpload
- Topic: Large File Uploads Fail
- Replies: 18
- Views: 28747
- 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:
javascript - Resizing an iframe based on content - Stack Overflow:
- 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?
jQuery is mad popular -- why not replace all the $() to $$() in an official release, especially for us who purchased Pro?