1. Get the ByteArray.
2. Send it to the server to make the jpg.
3. Load the jpg into Flash.
4. Send it again in the files array.
I think it would be easier and more effiicient to send the ByteArray to make the jpeg and then send the other files independently (I'm assuming that you're sending it with other files).
On 6/6/06, rigidcode <[EMAIL PROTECTED]> wrote:
If I make a ByteArray of jpeg data, how do I send it to the server in
such a way that PHP will have it in it's $_FILES array? If I just set
the URLRequest.data property to the ByteArray, then it won't have a
filename, or a variable name, to refer to in the php.
http://us3.php.net/manual/en/features.file-upload.php
__._,_.___
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
Web site design development Computer software development Software design and development Macromedia flex Software development best practice
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
__,_._,___
- Re: [flexcoders] How up upload a ByteArray to PHP on... Tim Scollick
- Re: [flexcoders] How up upload a ByteArray to P... Luís Gustavo Sanabio
- [flexcoders] Re: How up upload a ByteArray to P... rigidcode
Reply via email to