class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
hey mate.. Great script. have been using for a while.. Recently getting the following error though. Upload is still fine though.. Any thoughts?
Warning: preg_match() [function.preg-match]: Compilation failed: invalid range in character class at offset 7 in /home/.…../dom/class.upload.php on line 2939
Warning: preg_match() [function.preg-match]: Compilation failed: invalid range in character class at offset 7 in /home/.…../dom/class.upload.php on line 2993
Warning: preg_match() [function.preg-match]: Compilation failed: invalid range in character class at offset 7 in /home/..../dom/class.upload.php on line 3011Reply
In php 5.5 the hyphen needs to be scaped. Take a look here: http://stackoverflow.com/questions/24764212/preg-match-compilation-failed-invalid-range-in-character-class-at-offset-20Reply
Warning: preg_match() [function.preg-match]: Compilation failed: invalid range in character class at offset 7 in /home/.…../dom/class.upload.php on line 2939
Warning: preg_match() [function.preg-match]: Compilation failed: invalid range in character class at offset 7 in /home/.…../dom/class.upload.php on line 2993
Warning: preg_match() [function.preg-match]: Compilation failed: invalid range in character class at offset 7 in /home/..../dom/class.upload.php on line 3011
http://stackoverflow.com/questions/24764212/preg-match-compilation-failed-invalid-range-in-character-class-at-offset-20
Would be great, thanks instead.
Sitll having this problem.
Is it because of a php configuration ?