772 snippets from 1557 members, and growing!
|
login
|
join
about
bytebin
members
tags
snippets
join
Snippets
Submit a Snippet
Search Snippets
New Snippets
Top Snippets
Top Tags
PHP
(136)
JavaScript
(123)
Java
(66)
VBSCRIPT
(58)
String
(44)
CSS
(31)
CSharp
(28)
File
(28)
HTML
(27)
C
(24)
mysql
(24)
VB.NET
(24)
python
(24)
CPlusPlus
(23)
groovy
(23)
New Snippets
Consumer Complain...
Private Snippet?
Very lightweight ...
AutoComplete plug...
AutoComplete plug...
Connection Java -...
View PostgreSql
Store Procedure
Pygame - Simple p...
Python - Anagram ...
Venture Capital Jobs
New Members
kazumaniax
bmax1368
me
jamesmcm
Can
Kelmi
ysg
dannymo2
chorny
wallie
Top Members
dannyboy
sundaramkumar
mattrmiller
Pio
i_kenneth
ASmith
ctiggerf
sehrgut
bertheymans
SCoon
Home
/
Snippets
/
Simple Upload Script
/
Comments
Simple Upload Script
Snippet Menu
Revisions
Comments
Related Snippets
Add to Favorites
Email Snippet
Download Snippet
Print Snippet
Blog Snippet
snippet
|
revisions
|
comments
|
related
|
Add to Favorites
|
email
download
|
print
|
blog it
New Comment
Antisnippet
Sat. Oct. 28th, 2006 3:54 PM
SCoon
Very good example of the
wrong way
to handle file upload in PHP:
$copy = copy($tmp_file,$upl_path.$file_name);
P.S. http://ru.php.net/move_uploaded_file
Reply
Simple, yes. Secure, no
Thu. Nov. 9th, 2006 2:35 AM
Nico
Simple, yes. Secure, no. Neither file size nor file extensions will be checked before uploading. Don't use this script in public directories, cause the upload of own PHP scripts is possible which can be very dangerous.
Reply
New Comment
$copy = copy($tmp_file,$upl_path.$file_name);
P.S. http://ru.php.net/move_uploaded_file