zero-perfoliate
zero-perfoliate

Author Topic: Upload website that transfers to cpu  (Read 307 times)

Offline DooM

  • New PHP Members
  • Posts: 1
  • Karma: +0/-0
Upload website that transfers to cpu
« on: May 26, 2010, 01:21:33 PM »
I have a script for how to do this, but I'm quite empty minded for php'ing. I want to make a website that will allow whoever goes on it to 'upload maps'(This is for a game me and my buddies play) to a folder on my computer. I have the script, as I said, just can't do the rest. Any help would be extremely appreciated. Thank you!

Offline samcrime786

  • New PHP Members
  • Posts: 1
  • Karma: +0/-0
Re: Upload website that transfers to cpu
« Reply #1 on: September 18, 2010, 05:05:04 AM »
Hi,
To upload your photos to an online photo sharing website to transfer your web ... Before you can upload any file to your site.


_______________________________________________________________

Earn an Extra $1000 to $1200 per month doing Part Time Data Entry Jobs! Work from home data entry jobs to post simple data submissions on Internet. Make $1 per entry. Easy form filling, data entry and ad posting jobs. No selling, No phone calls, No Marketing. No Investment. Bi-weekly payments. Full Training Provided. Pls visit: Data-Entry

Offline cwarcarblue11

  • PHP Problem Solvers
  • *****
  • Posts: 112
  • Karma: +1/-0
    • C2C Technology
Re: Upload website that transfers to cpu
« Reply #2 on: September 18, 2010, 07:49:19 PM »
So you want an upload script that puts the files on your server... You can't make a direct upload to your computer, unless your computer is the server. PHP can do file uploads to the server if you need that, and then you can download them from there.

 

zero-perfoliate