PDA

View Full Version : Uploading.


fabby
Sat 22nd Nov '03, 8:28am
ANyone can tell me de coding for user to upload a files to the server... through mysql? can? anyone know? pls helpppppppp

BlueFlame
Fri 28th Nov '03, 4:45pm
ummm not sure what you mean, but you can Upload via FTP :)

Silverwolf
Sat 29th Nov '03, 10:00pm
There is no way to upload a file through MySQL, but you can use the php function copy() for it :)

http://www.php.net/copy

TheHideoutGuy
Tue 23rd Dec '03, 2:45pm
You can access uploaded files in php though the $_FILES superglobal (php > 4.1.0) and $HTTP_POST_FILES in earlier versions. Be sure to enclude the proper enctype in the upload form.

TiLaser
Tue 23rd Dec '03, 8:22pm
http://www.phpfreaks.com/phpmanual/page/features.file-upload.html