php / ftp upload_max_filesize .htaccess for a specific root? -
is there can set upload_max_filesize in .htaccess ( or way ) 1 root directory?
example:
home/admin/uploader.php
home/pdf <- directory file should uploaded
i want set filesize 10m for home/pdf wont allow other php script within home/admin max_filesize of 10m
whats best way that, or there way that? hope can help me ;) thx far
you're looking @ wrong way. php couldn't care less file going end up. it's script file upload going needs have memory_limit/upload_max_size settings applied it.
all need is
<files uploader.php> php_value upload_max_size 10m </files>
php .htaccess upload ftp
No comments:
Post a Comment