Search found 7 matches

by joeblow
Thu Jan 03, 2013 7:59 pm
Forum: Premium Items
Topic: secure_upload.class
Replies: 9
Views: 4067

Re: secure_upload.class

sorry. lol. it just occurred to me that the script errors because it tries to resize a tmp file that has already been moved.

problem solved.
by joeblow
Thu Jan 03, 2013 10:16 am
Forum: Premium Items
Topic: secure_upload.class
Replies: 9
Views: 4067

Re: secure_upload.class

Jacek working fine. many thanks. next question for you if you don't mind. attempting to resizing an image is returning an error as follows [syntax=text]Warning: imagecreatefrompng(C:\Windows\Temp\php618E.tmp): failed to open stream: No such file or directory in C:\websites\upload_test\secure_upload....
by joeblow
Thu Jan 03, 2013 3:43 am
Forum: Premium Items
Topic: secure_upload.class
Replies: 9
Views: 4067

Re: secure_upload.class

thanks. appreciated.
by joeblow
Sat Dec 29, 2012 10:22 pm
Forum: Premium Items
Topic: secure_upload.class
Replies: 9
Views: 4067

Re: secure_upload.class

Hi Jacek

what's the specific php extension and where would I find it ?

thanks
by joeblow
Sun Dec 23, 2012 2:19 am
Forum: Premium Items
Topic: secure_upload.class
Replies: 9
Views: 4067

Re: secure_upload.class

to solve no space error, if I edit "example.php" to [syntax=php] <?php if (isset($_FILES['image'])){ $upload = new secure_upload('image'); $upload->set_max_size(500 * 1024); $upload->set_type_whitelist(array('image')); $upload->set_extension_blacklist(array('php', 'phtml', 'php4', 'php5', ...
by joeblow
Sun Dec 23, 2012 2:08 am
Forum: Premium Items
Topic: secure_upload.class
Replies: 9
Views: 4067

Re: secure_upload.class

hi hlex. thanks for the quick reply. I'll try be a little more descriptive on my localhost webserver "websites" having created the directory "upload_test" copy in "example.php" copy in "secure_upload.class.php" copy in "files" nothing has been change...
by joeblow
Sat Dec 22, 2012 6:50 am
Forum: Premium Items
Topic: secure_upload.class
Replies: 9
Views: 4067

secure_upload.class

hi jacek purchased and downloaded the 'secure file upload class' a little earlier my codecanyon nic is 'mokabin' been struggling to get it set up out of the box hope you can help me get it working I am not great with php so it's probably something pretty simple problem 1 "Strict Standards: Only...