Jump to content

PHP Download File Stream

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
chinz85

chinz85

    Newbie

  • Members
  • Pip
  • 1 posts
Hi,

I'm a .Net developer and currently facing problem uploading a file to PHP site.
Is there a way for PHP to download the filestream on the URL? I'm sending my file to the webrequest stream but is it possible for PHP to read it?

#2
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,124 posts
You'd need to explain better what you're wanting to accomplish. PHP can of course read HTTP GET requests and accept a file through the URL and serve it via headers. (Or whatever you want with it). There's just not enough information on what you're wanting to do.