Current location: Hot Scripts Forums » Programming Languages » PHP » uploading to a different server than the script is on


uploading to a different server than the script is on

Reply
  #1 (permalink)  
Old 12-05-04, 10:07 AM
david-ps3era david-ps3era is offline
New Member
 
Join Date: Dec 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
uploading to a different server than the script is on

Alright, so here's what I'm trying to do: I have a script that uploads movies/images/flash stuff and the script is on one server, but I want to be able to upload all that stuff onto another server, which supports subdomain.mydomain.com. Is it just a matter of changing some variables or...? Any advice will help greatly. Thanks.
Reply With Quote
  #2 (permalink)  
Old 12-05-04, 12:36 PM
silvershampoo silvershampoo is offline
New Member
 
Join Date: Dec 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
I think the simplest solution here would be to direct the form on the first site to a script on your second site.
Reply With Quote
  #3 (permalink)  
Old 12-06-04, 06:31 AM
NeverMind's Avatar
NeverMind NeverMind is offline
Community VIP
 
Join Date: Aug 2003
Location: K.S.A
Posts: 2,257
Thanks: 0
Thanked 2 Times in 1 Post
Quote:
Originally Posted by silvershampoo
I think the simplest solution here would be to direct the form on the first site to a script on your second site.
I second this ..
you could simply make the form action points to the other server:
Code:
<form action="http://sub.domain.com/form_upload.php" method="post">
and if it didn't work try cURL, it will be the best and I've tested it ..
__________________
PHPSimplicity
We don't need a reason to help people - Zidane [FF9]
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Download files from another server using script! benweston Script Requests 5 01-17-06 09:29 AM
Free web site, control panel, and dedicated IP with game server purchase for only $25 twastudios General Advertisements 3 10-20-05 06:13 AM
web proxy script id10tn00b Script Requests 1 10-09-04 06:02 PM
Is there any integrity of script rankings? webmaster@atmanager.com Hot Scripts Forum Questions, Suggestions and Feedback 17 08-06-04 12:12 AM
server moving script TheGreatOne General HotScripts Site Discussion 2 06-14-03 04:06 PM


All times are GMT -5. The time now is 05:18 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.