PDA

View Full Version : problem with uploading script :/


buzincarl
08-20-2006, 04:15 PM
see for your self, just upload a simple text file

http://buzincarl.ulmb.com/rapid-warez/uploads/upload.html

not sure what the problem is I used this site:

http://www.tizag.com/phpT/fileupload.php

blackpepper
08-20-2006, 04:52 PM
are you sure youv got support for php there?
and are you sure of the script you put up there... post all the contents of uploader.php,, it almost looks like you didnt surround the script inside PHP tags
iv attached a premade script that will upload to the "uploads/" directory, if your interested.

buzincarl
08-20-2006, 07:37 PM
the files dont get uploaded :S

blackpepper
08-20-2006, 07:46 PM
in what? your script or did you try mine? also post uploader.php and i can get a better idea of why its not working. :rolleyes: be more descriptive:D

erisco
08-20-2006, 07:49 PM
if you ask me, you don't have PHP support buzincarl. Make a php file called test.php and put this in it:
<?php echo phpinfo(); ?>
Upload it to your sever, and then go to it. If you do not see a page about php, then php is not installed on that server.

cxk
08-22-2006, 01:43 PM
if you ask me, you don't have PHP support buzincarl. Make a php file called test.php and put this in it:
<?php echo phpinfo(); ?>
Upload it to your sever, and then go to it. If you do not see a page about php, then php is not installed on that server.

I have a question, my server is only allowing me to upload files as large as around 6-7-8mb before it has an error. Could this be why? (Notice the Post_max_size) and the other ones)
(Ive set the limit to infinite right now for testing) This is my PHP info:
www.killerinstinctonline.net/phpinfo.bmp

erisco
08-22-2006, 02:35 PM
cxk, you wouldn't be seeing phpinfo if php was not installed. You either have a cap on your php.ini settings, a cap with the browser (possibly who knows), or it is capped with the host you are using.

cxk
08-22-2006, 04:34 PM
cxk, you wouldn't be seeing phpinfo if php was not installed. You either have a cap on your php.ini settings, a cap with the browser (possibly who knows), or it is capped with the host you are using.

I use 1and1 for my hosting, they dont seem to know anything about a limit.

Is there anyway I can change those settings shown in the image i posted?

thanks in advance, this site has already helped a ton since i signed up today

buzincarl
08-23-2006, 03:24 PM
if you ask me, you don't have PHP support buzincarl. Make a php file called test.php and put this in it:
<?php echo phpinfo(); ?>
Upload it to your sever, and then go to it. If you do not see a page about php, then php is not installed on that server.

yeah i see that huge server PHP Version 5.1.5....................