Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.65K
~99 People Reached
Favorite Forums
Favorite Tags
php x 1

1 Posted Topic

Member Avatar for rajeesh_rsn

The security risk making available 'upload to server' from your website can not be stressed enough. Here is a simple uploader for you to test and see how it works. This is not a finished secure script. PHP should do the trick. [code]<form enctype="multipart/form-data" action="uploads/upload.php" method="POST"> <input type="hidden" name="MAX_FILE_SIZE" value="100000" …

Member Avatar for Fusion UK
0
99

The End.