|
PHP Upload файл.
|
|||
---|---|---|---|
#18+
приветствую. может кто-нибудь подскажет как сделать или где найти пример скрипта который реализует пересылку файла с компьютера пользователя на компьютер администратора сайта через web-форму. Ну что бы в общем аттачем пришёл этот файл в письме с помощью mail? А то делаю и не получается, приходят постоянно какие-то файлы с кривыми именами... помогите плиз! ... |
|||
:
Нравится:
Не нравится:
|
|||
13.11.2003, 02:28 |
|
PHP Upload файл.
|
|||
---|---|---|---|
#18+
Example 4-4. File Upload Form <FORM ENCTYPE="multipart/form-data" ACTION="_URL_" METHOD=POST> <INPUT TYPE="hidden" name="MAX_FILE_SIZE" value="1000"> Send this file: <INPUT NAME="userfile" TYPE="file"> <INPUT TYPE="submit" VALUE="Send File"> </FORM> The _URL_ should point to a php html file. The MAX_FILE_SIZE hidden field must precede the file input field and its value is the maximum filesize accepted. The value is in bytes. In this destination file, the following variables will be defined upon a successful upload: $userfile - The temporary filename in which the uploaded file was stored on the server machine. $userfile_name - The original name of the file on the sender's system. $userfile_size - The size of the uploaded file in bytes. $userfile_type - The mime type of the file if the browser provided this information. An example would be "image/gif". Note that the "$userfile" part of the above variables is whatever the name of the INPUT field of TYPE=file is in the upload form. In the above upload form example, we chose to call it "userfile". а для имени.. $path= "/home/mydir/myfile.txt"; $file= basename($path); //return: myfile.txt Felix ... |
|||
:
Нравится:
Не нравится:
|
|||
13.11.2003, 10:26 |
|
PHP Upload файл.
|
|||
---|---|---|---|
#18+
http://detail.phpclub.net/article/upload http://detail.phpclub.net/article/mail ... |
|||
:
Нравится:
Не нравится:
|
|||
13.11.2003, 13:04 |
|
PHP Upload файл.
|
|||
---|---|---|---|
#18+
Сам скрипт так работает: Код: plaintext 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16.
... |
|||
:
Нравится:
Не нравится:
|
|||
13.11.2003, 20:58 |
|
|
start [/forum/topic.php?fid=23&fpage=524&tid=1480274]: |
0ms |
get settings: |
11ms |
get forum list: |
16ms |
check forum access: |
4ms |
check topic access: |
4ms |
track hit: |
44ms |
get topic data: |
12ms |
get forum data: |
3ms |
get page messages: |
46ms |
get tp. blocked users: |
1ms |
others: | 231ms |
total: | 372ms |
0 / 0 |