Ethic Solutions Free Webmaster Tools
     
Webmaster Discussion Forum -  Revenue Sharing Forum  webmaster talk related topic
Revenue Sharing Blog - Create your own
Create your own blog FREE and get 80% Revenue directly from google
Earn more revenue on our site, it's free!

» Free SEO Tools
» Check Page Rank
» Check Page Rank multi datacenter
» Check Fake Page Rank
» Alexa Traffic Rank
» Bulk Page rank Check
» Link Popularity
» Check domain Instantly
» Short url
» MD5 Encrypt
» Meta Tags Extractor
» Surf using Proxy
» Keyword Density Analyzer
» Keyword Analyzer
» Welcome to WMH
Registration at WebmastersHome is completely FREE and takes only a few seconds. By registering you'll gain:
  • Full Posting Privileges.
  • Access to Private Messaging.
Register now
Partner

Text Link Ads
Web Hosting
Flash Tutorials
PHP Scripts
Web Hosting providers
Offshore Software Outsourcing
Web Directory
Software Directory
Your Text Link
Earn More
Simply Add a Post and view ad network advertisement on this post.


Go Back   Webmaster Discussion Forum - Revenue Sharing Forum webmaster talk related topic > Design and Programming Talk > Client & Server Side Scripting > PHP & MySql


Help : Uploading File Error

PHP & MySql


Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-02-2006, 01:19 PM
mischievous_honey08's Avatar
mischievous_honey08 mischievous_honey08 is offline
Member
 
Join Date: Jul 2006
Posts: 34
mischievous_honey08 is on a distinguished road
iTrader: (0)
Exclamation Help : Uploading File Error

Hello guys,

My bf had a problem with his code in uploading file.. I include here the codes.. Could anyone please take a look with this code and tell me what is the error. Thank you in advance.

His message:
Quote:
hi! im trying to upload a file and send a confirmation to site owner that a user has uploaded a file, i have set the folders into full permission but
why am i getting this error::::

Warning: copy(public_html/uploads/SWORD.jpg): failed to open stream: No such file or directory

is there something wrong with the scripts????

Code:
$tempname = str_replace(" ","_",$_FILES['uploadedfile']['name']); $destination_file = "uploads/".$tempname; $source_file = $_FILES['uploadedfile']['tmp_name'] ; if(copy($source_file, $destination_file)) { $msg = "Uploaded $source_file to $ftp_server as $destination_file"; $address = $_SESSION['current_user']; $fname = $_SESSION['first_name']; $lname = $_SESSION['last_name']; $filename = $tempname; mail("email@email.com", "File Upload by $fname $lname", "http://www.domain.net/uploads/".$filename, "From: domain.com" ); }else{ $msg = "Upload Failed! Please try or check path of file to be uploaded."; }


Thank you
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Revenue Sharing Ads ( Read More ):

  #2 (permalink)  
Old 09-04-2006, 05:49 AM
jitender's Avatar
jitender jitender is offline
Site Admin
 
Join Date: Jun 2004
Posts: 1,197
jitender has a spectacular aura aboutjitender has a spectacular aura aboutjitender has a spectacular aura about
iTrader: (0)
Default

Dear Friend

First of all check the form tag

Quote:
form ENCTYPE="multipart/form-data"

Try this

PHP Code:
$updfile "uploadedfile"."_name";
$updfile1 = $$updfile;
$updfile2 "uploadedfile";
$updfile3 = $$updfile2;
copy ($updfile3"directory/$updfile1"); 

Regards
Jitender
__________________
Free Webmaster Tools - Free SEO Tools
phpLDHacks - Add your template or Hack and earn money
Text Link Ads - Buy & Sell text link ads
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 09-04-2006, 12:56 PM
mischievous_honey08's Avatar
mischievous_honey08 mischievous_honey08 is offline
Member
 
Join Date: Jul 2006
Posts: 34
mischievous_honey08 is on a distinguished road
iTrader: (0)
Default

Hi Jitender,

Thank you for your reply.. Your really a nice guy... Do you master PHP programming language? Me, i know some.. like File Maintenance and a small Javascripts Validation... i also know some dynamic report generation.

hhmm anyway tnx again
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 09-04-2006, 01:09 PM
jitender's Avatar
jitender jitender is offline
Site Admin
 
Join Date: Jun 2004
Posts: 1,197
jitender has a spectacular aura aboutjitender has a spectacular aura aboutjitender has a spectacular aura about
iTrader: (0)
Default

Hi mischievous_honey08,

thanks for your nice words.

I am not expert in PHP, but knowledge of PHP. and in feture i will try to help in all fields..

Regards
Jitender
__________________
Free Webmaster Tools - Free SEO Tools
phpLDHacks - Add your template or Hack and earn money
Text Link Ads - Buy & Sell text link ads
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 10-01-2006, 11:44 AM
Mr.Google Mr.Google is offline
Junior Member
 
Join Date: Sep 2006
Posts: 3
Mr.Google is on a distinguished road
iTrader: (0)
Default

1st: user must have right to upload. (set cmod:777, or etc...)
2rd: directory must stay on your host

Please check two upper!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 06-29-2007, 07:22 AM
sleepyhead's Avatar
sleepyhead sleepyhead is offline
Junior Member
 
Join Date: Jun 2007
Posts: 16
sleepyhead is on a distinguished road
iTrader: (0)
Default

jitender your a genius!
__________________
I Work to Live, Not to Live for Work!

8 Simple Rules DVD | Mad About You DVD | Lovejoy
Family Ties DVD | Everybody Loves Raymond DVD | Felicity
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 10:23 PM.


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.0.0