PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, March 15, 2022

[FIXED] Transfer files from flash,iphone,android device to LAMP server

 March 15, 2022     file-upload, lamp     No comments   

Issue

I have a LAMP server that needs to accept files from flash applications that run locally on client's computer (ie, they open the swf file from their windows explorer), iphone apps and android apps.

My understanding is that I need to set up a webservice on my LAMP server to allow for this. Basically I create a PHP file that's accessible via http://mysite.com/upload.php, and it accepts _POST data. The POST data will contain the file the client application sends me.

Is this the correct approach?


Solution

I successfully implemented the approach above. I posted a queston about Curl equivalent for Android here.

What is android's equivalent for this curl operation?

So now other client devices can do the same.



Answered By - John
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing