Problem: TwitPic has a restricted crossdomain.xml file preventing your Flash web applications from posting directly to the service. Solution: Create a simple PHP script to proxy the request through a server that you do have access to! Here is the code: PLAIN TEXT PHP: <?php $post_tweet_url='http://twitpic.com/api/uploadAndPost'; $file=$_FILES['media']; $postfields = array(); $postfields['username'] [...]






