Welcome Guest, Not a member yet? Register   Sign In
File Upload and allowed type
#1

[eluser]satie[/eluser]
Hello,

I know that there's a problem with the library Upload.php in ./system/libraries/
so I change the code using this guide:
http://ellislab.com/forums/viewthread/204725/

But now CI sends me this error:
Quote:Severity: Warning

Message: getimagesize(): open_basedir restriction in effect. File(C:\Windows\Temp\phpBDD8.tmp) is not within the allowed path(s): (d:\inetpub\vhosts\task.netplanet.it\httpdocs\)

Filename: libraries/Upload.php

Line Number: 609


with this configuration in my controller:
Code:
$config['allowed_types'] = 'gif|jpg|png';


But if I use:
Code:
$config['allowed_types'] = '*';

There is no problem.
I would like to avoid to upload all types.

Thanks



Messages In This Thread
File Upload and allowed type - by El Forum - 06-01-2012, 02:03 AM
File Upload and allowed type - by El Forum - 06-01-2012, 03:34 AM
File Upload and allowed type - by El Forum - 06-01-2012, 04:34 AM
File Upload and allowed type - by El Forum - 06-01-2012, 05:25 AM
File Upload and allowed type - by El Forum - 06-01-2012, 05:54 AM
File Upload and allowed type - by El Forum - 06-01-2012, 06:28 AM
File Upload and allowed type - by El Forum - 06-01-2012, 07:37 AM
File Upload and allowed type - by El Forum - 06-01-2012, 08:10 AM
File Upload and allowed type - by El Forum - 06-01-2012, 08:27 AM
File Upload and allowed type - by El Forum - 06-01-2012, 08:42 AM
File Upload and allowed type - by El Forum - 06-01-2012, 09:06 AM
File Upload and allowed type - by El Forum - 06-01-2012, 09:37 AM
File Upload and allowed type - by El Forum - 06-02-2012, 04:24 AM
File Upload and allowed type - by El Forum - 06-02-2012, 06:10 AM
File Upload and allowed type - by El Forum - 06-02-2012, 07:11 AM
File Upload and allowed type - by El Forum - 06-02-2012, 03:55 PM
File Upload and allowed type - by El Forum - 06-08-2012, 05:16 AM
File Upload and allowed type - by El Forum - 06-14-2012, 03:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB