Welcome Guest, Not a member yet? Register   Sign In
Problem in using the upload class
#4

[eluser]dejitaru[/eluser]
manhuti is right, you cannot set your upload path as http://www.something.com, you should specified the path on the server, por example:
my url: http://www.mysite.com
my upload path: /home/users/~dejitaru/www/uploads
you can get that addrees by printing the $_SERVER["DOCUMENT_ROOT"];

test.php
----------------------------------------------
<?php

echo $_SERVER["DOCUMENT_ROOT"]; ?>
-----------------------------------------------
this will give you the path in the server where your account is located


Messages In This Thread
Problem in using the upload class - by El Forum - 12-27-2007, 01:43 AM
Problem in using the upload class - by El Forum - 12-27-2007, 09:00 AM
Problem in using the upload class - by El Forum - 12-27-2007, 09:30 AM
Problem in using the upload class - by El Forum - 05-13-2008, 04:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB