Welcome Guest, Not a member yet? Register   Sign In
.sql file upload
#1

[eluser]asmode[/eluser]
Hi,
i want to upload .sql file for import but i take this message:
The filetype you are attempting to upload is not allowed.
i write
$config['allowed_types'] = 'csv|x-sql';
to upload csv and sql files.
what can i do?
#2

[eluser]Neeraj Kumar[/eluser]
try adding only sql in allowed types
#3

[eluser]asmode[/eluser]
i tried it but i had the same mistake Sad
#4

[eluser]pistolPete[/eluser]
What mime type does the browser send?
Add it to the $mimes array in mimes.php.
#5

[eluser]asmode[/eluser]
[quote author="pistolPete" date="1251309961"]What mime type does the browser send?
Add it to the $mimes array in mimes.php.[/quote]

thanks Smile
i added this line to mimes array: 'sql' => 'text/x-sql'




Theme © iAndrew 2016 - Forum software by © MyBB