Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

htaccess question

0 views
Skip to first unread message

astral

unread,
Aug 1, 2010, 6:39:48 PM8/1/10
to
how to disable file type restriction for uploading certain file types?
I.e. uploading .bin file type is disabled, so how to disable this
restriction in htaccess file? (example)

Jerry Stuckle

unread,
Aug 1, 2010, 7:43:48 PM8/1/10
to

.htaccess has nothing to do with php.

In PHP you can check the file extension to see what it is. However, the
file extension may or may not be correct. You can never trust it.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstu...@attglobal.net
==================

0 new messages