|
|
#1 |
|
Baseband Member
Join Date: May 2008
Posts: 45
|
when i try do do a file upload....well a test...i get this error..
// Where the file is going to be placed $target_path = "uploads/"; /* Add the original filename to our target path. Result is "uploads/filename.extension" */ $target_path = $target_path . basename( $_FILES['uploadedfile']['name']); $_FILES['uploadedfile']['tmp_name']; can anyone help me? |
|
|
|
|
|
#2 |
|
In Runtime
Join Date: Nov 2007
Posts: 221
|
Is this on here on your own coding?
__________________
PC: 2.2Ghz AMD 64 X2 4600+ 2GB Corsair Ram 160GB WD Hard Drive "If your going to skate on thin ice, don't be surprised when you fall through!" |
|
|
|
|
|
#3 |
|
Fully Optimized
|
oh yes we know the solution to your problem because we know exactly what you're doing seeing as you've explained yourself so well.
__________________
Killing under the cloak of war is no different than murder Kein Alkohol ist auch keine Lösung! |
|
|
|
|
|
#4 |
|
Site Team
Join Date: Dec 2002
Posts: 15,209
|
Can you post the full code please.
Moved to web programming
__________________
www.ComputerForums.org |
|
|
|
|
|
#5 |
|
Beta Member
Join Date: Jun 2008
Posts: 4
|
i think there is no write permission on your folder where you try to upload them. So make sure that write permission are available on that perticular folder
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|