Как установить скрипт файлообменника?

672
.
/*
<readme>

fileupload-class.php can be used to upload files of any type
to a web server using a web browser. The uploaded file's name will
get cleaned up - special characters will be deleted, and spaces
get replaced with underscores, and moved to a specified
directory (on your server). fileupload-class.php also does its best to
determine the file's type (text, GIF, JPEG, etc). If the user
has named the file with the correct extension (.txt, .gif, etc),
then the class will use that, but if the user tries to upload
an extensionless file, PHP does can identify text, gif, jpeg,
and png files for you. As a last resort, if there is no
specified extension, and PHP can not determine the type, you
can set a default extension to be added.

SETUP:
Make sure that the directory that you plan on uploading
files to has enough permissions for your web server to
write/upload to it. (usually, this means making it world writable)
- cd /your/web/dir
- chmod 777 <fileupload_dir>

The HTML FORM used to upload the file should look like this:
<form method="post" action="upload.php" enctype="multipart/form-data">
<input type="file" name="userfile">
<input type="submit" value="Submit">
</form>
Кто может перевести,что это значит?
.
-=ИзбранныЙ=-
Silver(04.11.2008/16:44):" /*
<readme>

fileupload-class.php can be used to upload files of any type
to a web server using a web browser. The uploaded file's name will
get cleaned up - special ch "
Это откуда?
.
Класс может использоваться для аплоада файлов используя браузер ПК.
Файл загрузится а его имя автоматом будет обработано - удалятся неверные знаки, пробел заменится на _, сам файл будет перемещен в папку для аплоуда. Класс сам может определить mime файла (текст, gif, jpeg, прочее). Если юзер использовал в названии файла верное расширение (.txt, .gif, прочее) - класс сохранит файл с ним, иначе - попробует определить настоящий тип файла и собственно будет использовать его. Если это какое-то спеыальное расширение, непотдерживаемое классом, meltn использовано стандартное расширение.

Ну как-то так.
.
vangel
темный демон
Neo (30.10.2008/21:21)
Щя посмотрю.
Я себе простенький поставил вот
Http://skymobi.ru/obmennik
(не реклама)
У касперского в черном списке
.
Silver (30.10.2008/12:12)
Не нащел подходящей темы. Есть скрипт,но я не знаю как его установить. Может кто сделат мне readme по установке? Вот архив
не работаеть это скрипт JS
Всего: 35