Whats a valid strategy for a secure image upload from a flash client?

Posted by WillyCornbread on Stack Overflow See other posts from Stack Overflow or by WillyCornbread
Published on 2010-04-27T01:08:41Z Indexed on 2010/04/27 1:13 UTC
Read the original article Hit count: 265

Hi all -

I'm creating a flash application that will post images to a url for saving to disk/display later. I was wondering what are some suggested strategies for making this secure enough so that the upload is verified as coming from the application and not just some random form post.

Is it reliable enough to check referring location realizing that I don't need bulletproof security, or perhaps setting authentication headers is a better strategy even though it seems unreliable from what I have read.

Thanks for any advice - b

© Stack Overflow or respective owner

Related posts about actionscript

Related posts about authenticate