PDA

View Full Version : php uploading script


Unregistered
08-20-2006, 09:12 PM
Is it possible for us to create our own php files and upload them to the server, and my php file allows public to upload files, just asking if this is ok by your standards...i have tried my scripts but had some errors maybe you cud help me :P

carl.

UnlimitedMB
08-21-2006, 12:11 AM
You are not allowed to provide any methods for internet visitors to upload to your webspace.

The php upload function is enabled for the purposes of allowing things such as avatars be uploaded on forums. (max filesize of php uploads is 100kb which should be more then enough for an avatar).