Flex2でとりあえずやってみたかったのがこれ。
* ファイルサイズは5Mbytesが上限です。
* 実際にはファイルの保存などは行ってません。
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
layout="absolute"
width="400"
height="120"
creationComplete="initApp()">
<mx:Script>
<![CDATA[
import flash.events.*
import flash.net.FileReference;
import mx.controls.Alert;
private var max_size:int;
private var post_url:String;
private var fileRef:FileReference;
private function initApp():void{
max_size = Application.application.parameters.maxSize;
post_url = Application.application.parameters.postURL;
fileRef = new FileReference();
fileRef.addEventListener(Event.SELECT,fileSelectEvent);
fileRef.addEventListener(Event.OPEN,fileOpenEvent);
fileRef.addEventListener(Event.COMPLETE,fileCompleteEvent);
fileRef.addEventListener(ProgressEvent.PROGRESS,progressEvent);
btn_browse.addEventListener(MouseEvent.CLICK,selectFile);
btn_upload.addEventListener(MouseEvent.CLICK,upload);
btn_cancel.addEventListener(MouseEvent.CLICK,cancel);
}
private function fileSelectEvent(event:Event):void {
progress.label = "";
if(fileRef.size > max_size) {
Alert.show("Size over");
btn_upload.visible = true;
btn_upload.enabled = false;
btn_cancel.visible = false;
btn_cancel.enabled = false;
btn_browse.enabled = true;
return;
}
progress.setProgress(0, 0);
text_file.text = fileRef.name;
btn_upload.visible = true;
btn_upload.enabled = true;
}
private function fileOpenEvent(event:Event):void {
btn_upload.visible = false;
btn_upload.enabled = false;
btn_cancel.visible = true;
btn_cancel.enabled = true;
btn_browse.enabled = false;
}
private function fileCompleteEvent(event:Event):void {
progress.label = "Completed";
btn_upload.visible = true;
btn_upload.enabled = false;
btn_cancel.visible = false;
btn_cancel.enabled = false;
btn_browse.enabled = true;
}
private function progressEvent(event:ProgressEvent):void {
progress.setProgress(event.bytesLoaded, event.bytesTotal);
}
private function selectFile(event:MouseEvent):void {
fileRef.browse();
}
private function upload(event:MouseEvent):void {
var param:String = "file";
var req:URLRequest = new URLRequest(post_url);
req.method = URLRequestMethod.POST;
fileRef.upload(req, param, false);
}
private function cancel(event:MouseEvent):void {
fileRef.cancel();
progress.label = "Canceled";
progress.setProgress(0,0);
btn_upload.visible = true;
btn_upload.enabled = true;
btn_cancel.visible = false;
btn_cancel.enabled = false;
btn_browse.enabled = true;
}
]]>
</mx:Script>
<mx:Panel x="0" y="0" width="400" height="120" layout="absolute">
<mx:TextInput x="10" y="10" width="180" id="text_file"/>
<mx:Button x="198" y="10" label="Browse" width="80" id="btn_browse"/>
<mx:Button x="286" y="10" label="Upload" width="80" id="btn_upload" enabled="false"/>
<mx:Button x="286" y="10" label="Cancel" width="80" id="btn_cancel" visible="false" enabled="false"/>
<mx:ProgressBar x="10" y="40" width="356" id="progress" label="" mode="manual"/>
</mx:Panel>
</mx:Application>
ちょっと長く見えますが、ほとんどがボタンを見せたり隠したりと機能とは関係ないところです。
ちゃんとした人が書いたらもっと綺麗にまとまると思います。
AJAXでもできるんだろうけど、結構面倒ですがFlex2だとあっという間です。
もちろんアップロードされたファイルを保存するなり加工するなりのCGIは必要です。
で、FileRefクラスを使ってみた感想は
いいとこ
・アップロードの状態を簡単に表示できる
・アップロードさせる前にファイルサイズをチェックできる
・キャンセルが簡単
わるいとこ
・アップロードが終了したときの返り値がHTTPステータスしか取れない
てな感じです。
もちろんAJAXなアップローダーを実際に触ったわけでも、FileRef自体(というかFlex自体も)まともに触り始めて間もないので間違っているかもしれません。ツッコミ歓迎です。

I’d be inclined to allow with you here. Which is not something I typically do! I really like reading a post that will make people think. Also, thanks for allowing me to comment!
Your site offers a lot of unique insights and information. I haven’t really thought about it like that.
Thanks for your share, very good understanding. Your blog is good! I am pleased by the info that you have on this blog. It shows how well you comprehend this subject. Added this page, will come back for more. You, my friend, ARE INSANE! so thank you
Without difficulty, the post is really the best on this deserving topic. I agree with your results and will thirstily look onward to your approaching updates. Saying many thanks will not just be enough, for the tremendous ability in your writing. I will instantly pick up your rss feed to stay privy of any updates. Very good work and a lot success in your future!
Thank you for present highly wonderful informations. Your internet is fantastic, I am happy by the material which you have on this blog. It exhibits how very well you have an understanding of this subject. Bookmarked this page, will arrive again for a whole lot more. You, my close friend, I observed just the details I already searched all over the place and just couldn’t obtain. What a perfect web site. Such as this web page your site is one particular of my new favorites.I such as this info proven and it has provided me some type of contemplation to possess good results for some purpose, so retain up the decent work!
Dear Web site owner. My partner and i actually enjoy that article and your internet site all in all! Your piece of writing is actually quite plainly written and very easily understandable. Your Blog style is amazing as well! Would be great to discover exactly where I can acquire that. If possible continue to keep up the excellent job. We require a lot more this kind of web masters like you on the net and much less spammers. Great mate!
Hi. I wanted to thank you for the super information you have posted on your blog. I will likely come back to read it again and have signed up to your RSS feed. Have a wonderful day.
This blog seems to recieve a large ammount of visitors. How do you get traffic to it? It offers a nice individual twist on things. I guess having something real or substantial to say is the most important thing.
Hey there, i appreciate the blog post! I've been following your blog for two or three days now and i am really taking pleasure in it. I actually had a couple of questions about your article though. Ya think it will be feasible for me to make contact with you further to go over it? Possibly setup a chat on e mail or an instant messanging application? In any other case, appreciate it anyhow and I am going to continue to read and comment.
Hi, thanks for the article! I've been reading your weblog for some days now and i'm really taking pleasure in it. I actually had a few questions regarding your blog though. Ya think it might be achievable for me to make contact with you further to go over it? Perhaps setup a chat on email or an instant messanging application? In any other case, thank you anyhow and I am going to continue to read and comment.
This weblog appears to get a good ammount of visitors. How do you get traffic to it? It gives a nice individual spin on things. I guess having something authentic or substantial to talk about is the most important factor.
A little government and a little luck are necessary in life, but only a fool trusts either of them.
Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.
Excellent article and I favor your attitude towards improving standards. Thanks for putting this material up. This is EXACTLY what I’ve been seeking. Keep blogging. Getting excited about reading your next post.
There is noticeably a lot to identify about this. I believe you made some nice points in features also.
Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.
i'm normally jumping around the internet almost all of the working day hence I have the inclination to peruse an awful lot, which isnt generally a beneficial factor as some of the internet resources I visit are composed of worthless crap copied from similar web sites a million times, but I gotta say this webpage is in actual fact readable and even includes some genuine substance, for that reason cheers for splitting the trends of basically copying other people's websites :)
you have a great blog here! would you like to make some invite posts on my blog?
I must say i appreciate this post. I have been looking around for this! Thank goodness I found it on Bing. Youve made my day! Thank you
I can’t believe your site would be so mind blowing and epistemlogically significant nevertheless I will alert my other friends , relatives, and significant others thank you very much and never let your self-esteem be lowered because you are a great individual!!
Nice article, thanks! Could you tell me about the third paragraph in more detail?
I keep listening to the reports talk about getting free online grant applications so I have been looking around for the top site to get one. Could you tell me please, where could i find some?
Hello, really like the layout of your site. Would you mind telling me what theme you are using? I’m new to this and I’m hoping to get mine looking anywhere near as smart as yours. Thanks a lot.
That is the fitting weblog for anyone who desires to seek out out about this topic. You realize a lot its nearly arduous to argue with you (not that I really would need…HaHa). You positively put a new spin on a subject thats been written about for years. Nice stuff, just great!
Nice post. I study one thing tougher on different blogs everyday. It's going to at all times be stimulating to learn content from other writers and follow a little bit something from their store. I’d desire to use some with the content on my blog whether you don’t mind. Natually I’ll provide you with a link in your net blog. Thanks for sharing.
My spouse and i were absolutely excited that Louis could conclude his homework by way of the precious recommendations he had from your very own weblog. It is now and again perplexing to just choose to be giving freely guides that many some others have been trying to sell. And we all grasp we've got the writer to appreciate because of that. Most of the explanations you have made, the straightforward website navigation, the relationships you can assist to promote - it's got mostly impressive, and it is leading our son in addition to our family consider that the situation is brilliant, and that is extraordinarily indispensable. Thank you for everything!
There's plenty of weird suggestions on the website, i notice it as I was initially searching the net trying to find travel insurance. I have been meaning to create about something like this on a single of my blogs and this provided a concept. Thanks.
You made some clear points there. I looked on the internet for the subject matter and found most guys will go along with with your website.
Please, keep up the awesome work and continue to post topics like this. I am old fan of your site.
Here you go, folks. Step right up for the ESPN/Craig James dog and pony show! (somehow I feel this is insulting to dogs and ponies everywhere)
Congratulazioni, questa grande idea appena inciso
A insightful blog post there mate ! Thank you for it .
It is really something else to observe how there is a ton of worthless commenting going on on blogs these times in history. You have to wonder what really is the purpose of thse bots who are violating you. It really is a conundrum.
I really find this a interesting subject. Never looked over this subject in this manner. If you are planning to create more articles relating to this subject, I definitely will return in the near future!
Did a search on Google and found this page at no.1. Congratulations. Great post and keep it up
I'm getting a javascript error, is anyone else?
I have been reading out a few of your posts and i must say nice stuff. I will make sure to bookmark your site.
Let me start by saying nice post. Im not sure if it has been talked about, but when using Chrome I can never get the entire site to load without refreshing many times. Could just be my computer. Thanks
I learned a lot thank you :)
Hey there, just stumbled upon your blog through Google, and found it to be really informative. I’m gonna keep an eye on this one. Cheers!
Interesting read. This world certainly needs good leaders to come forth or else mankind will be back in the dark ages
Great stuff from you, man. Ive read your stuff before and youre just too awesome. I love what youve got here, love what youre saying and the way you say it. You make it entertaining and you still manage to keep it smart. I cant wait to read more from you. This is really a great blog.
Very good conntent I will recommend it to my friends.
Thank you for the smart critique. Me & my neighbour had been getting ready to perform a little research about that. We got a very good book on that matter from our native library and most books the place not as influensive as your information. I am very glad to see such info which I was searching for a protracted time.This made very glad! Anyway, in my language, there are not much good supply like this.
Glorious data here. This fascinating put up made me smile. Possibly should you throw in a couple of pictures it'll make the whole thing extra interesting. Anyway, in my language, there usually are not much good source like this.
You made some clear points there. I looked on the internet for the issue and found most individuals will go along with with your blog.
Just discovered this site through Yahoo, what a pleasant surprise!
I like your site style. Did you style this site yourself or did you employ a expert designer. Im going to start a weblog myself next year and am searching for a good designer.
I like this website because so much useful stuff on here : D. What do you think about this here
You completed a number of fine points there. I did a search on the subject matter and found most folks will agree with your blog.
I used to be in search of crucial info on this subject. The data was important as I'm about to launch my very own portal. Thanks for providing a missing link in my business. Anyway, in my language, there aren't a lot good source like this.
Glorious info here. This attention-grabbing put up made me smile. Maybe for those who throw in a couple of pictures it's going to make the whole thing more interesting. Anyway, in my language, there are usually not a lot good supply like this.
Take a piece of Vienna back to your home Well, I am so excited that I have found this your post because I have been searching for some
I really like your blog. I appreciate the excellent quality content you are posting here for free for your readers. Can I ask which blog platform you are using?
Did a search on Google and found this page at no.1. Congratulations. Great post and keep it up
I have been visiting your website lately because I am fascinated in reading the quality articles that you post. Keep it up!
This is a perfect post. I like your writing style. Will look around your website :)
I fouund you with Google and your article is really good.
nice information its usefulness and significance is overwhelming the way you covered all the basic necessary information is really impressive good work keep it up
Hey Sulema,You got me:)I will thing about it!
Great advice I recently encounter your blog and have been reading along. I thought I would leave my primary comment. I don’t know what toexposeexcept that I have enjoyed reading. Correct blog. I will keep visiting this blog very many.
Simply want to say your article is as tonishing. The clearness in your post is simply spectacular and i can assume you are an expert on this subject. Well with your permission allow me to grab your rss feed to keep up to date with forthcoming post. Thanks a million and please keep up the gratifying work.
This is a perfect post. I like your writing style. Will look around your website :)
There is apparently a bundle to realize about this. I suppose you made some nice points in features also.
You made some good points there. I looked on the internet for the subject and found most people will approve with your blog.
If you could email me with a few hints & tips about how you made your blog site look this good , I'd be appreciative!
Thank you for taking the time to write this!
Need autoaprove lists? Try SCRAPEBOXLIST.COM
Need autoaprove lists? Try SCRAPEBOXLIST.COM
Need autoaprove lists? Try SCRAPEBOXLIST.COM
Need autoaprove lists? Try SCRAPEBOXLIST.COM
where the theme of
In looking for websites related to web hosting and specifically comparison internet hosting linux plan web, your site came up.
I started to follow your blog
Spot on with this write-up, I truly assume this web site wants way more consideration. I’ll most likely be again to read rather more, thanks for that info.
Come on my friend, these facts* and proof* i suggest who is posting* lol :P
Thanks for taking the time to discuss this, I feel strongly about it and love studying extra on this topic. If attainable, as you achieve expertise, would you mind updating your weblog with extra information? This can be very useful for me.
Thank you for another excellent post. Where else could anybody get that kind of data in these a ideal way of writing? I've a presentation next week, and I am to the appear for this kind of data.
What's captcha code?, pls provide me captcha code codes or plugin, thanks in advance.
Excellent article. I want to have to ask questions
I started to follow your blog
The following time period My spouse and i go through the site, I really hope so it doesnt disappoint myself about this town. After all, I am aware it was before the selection in order to go through, yet My spouse and i really idea youd include a little something exciting to convey. Many My spouse and i pick up will be a large number of whining in relation to a little something you could resolve should you werent also occupied searching for interest.
Aloha everyone, friendly site I have found It truly accessible & its helped me alot
You should take part in a contest for one of the best blogs on the web. I will recommend this site!
Great blog. Great posts.
where the theme of
I started to follow your blog
I saw this page through Facebook (one of my friends posted it). After checking your article, I of course clicked Like and also reshared it. More power.
Great view I recently stumble your blog and have been reading along. I thought I would leave my introductory comment. I don’t know what tolet it be knownexcept that I have enjoyed reading. Exact blog. I will keep visiting this blog very many.
Great job on maintaining this website. Do you have an RSS feed I can subscribe with?
It's appropriate time to make some plans for the future and it's time to be happy. I've read this post and if I could I wish to suggest you few interesting things or advice. Maybe you can write next articles referring to this article. I want to read more things about it!
Attractive section of content. I just stumbled upon your website and in accession capital to assert that I get in fact enjoyed account your blog posts. Anyway I’ll be subscribing to your feeds and even I achievement you access consistently fast.
Your site is very slow due to open
Favorite bodybuilding plans which have background of aiding you construct muscle mass fast have their followers clocking up numerous hrs from the gym every week. But at times they observe extremely rigorous program one example is 3 days a week could be the rock bottom minimum, with routines of 4, 5 or even more routines a week being the rule. They may more observe this that has a schedule of two days on and a person. day off, OR 3 days on and a single day off, 5 days on and two days off, Six days on and a person day off and many others. And in some instances two times every day workout routines.
Your site is very slow due to open
where the theme of
Your site is very slow due to open
Excellent article. I want to have to ask questions
I just realized that your blog is on a BlogEngine platform. I like the look and feel of this platform. I might even switch my blog to a BE blog!
where the theme of
I started to follow your blog
The tips you have given here are rather useful. It absolutely was such an entertaining surprise to have that awaiting me as i woke up today. They are continually to the point and easy to interpret. Thank you very much for the useful ideas you've shared in this article.
This is good stuff. I am always looking for such great content to forward to my readers.
Very nice post. I just stumbled upon your weblog and wanted to say that I have truly enjoyed browsing your blog posts. After all I will be subscribing to your feed and I hope you write again very soon!
I do not even know how I ended up here, but I thought this post was good. I don't know who you are but definitely you're going to a famous blogger if you are not already ;) Cheers!
Wow, awesome blog layout! How long have you been blogging for? you made blogging look easy. The overall look of your website is fantastic, as well as the content!
I loved as much as you will receive carried out right here. The sketch is attractive, your authored material stylish. nonetheless, you command get bought an nervousness over that you wish be delivering the following. unwell unquestionably come more formerly again as exactly the same nearly very often inside case you shield this increase.
Thanks for the article. Can you please send me few more ideas about this, I am definitely a fan of your website. Thanks, Julio Zawacki
Excellent article. I want to have to ask questions
You present a provocative argument! Good job with this blog post
I could see that you’re an expert in your area! I’m launching a brand new web site soon and hey these facts will be really useful for me man. Thanks for the support and I wish you accomplishment!
I just book marked your blog on Digg and StumbleUpon.I enjoy reading your commentaries.
Very nice blog. Perhaps adding a lot more text will help get you more visitors.
Hi, I apologize for inquiring this question here, but I can’t find a contact form or something so I assumed I could I leave my query here. I run a blogengine blog but I am receiving bigger amounts of spam. I see u use wordpress, is it unproblematic to regulate spam with wordpress or doesn’t it make any difference? I hope you will respond to my comment or maybe send me an email with your answer if you don’t want to approve the comment. Best regards
Sensible stuff, I expect reading even more.
I loved as much as you will receive carried out right here. The sketch is tasteful, your authored material stylish. nonetheless, you command get got an impatience over that you wish be delivering the following. unwell unquestionably come further formerly again since exactly the same nearly a lot often inside case you shield this increase.
Not a unhealthy article, did it take you a large number of your time to consider it?
I am trying to subscribe to your RSS feeds but cannot find the right place.
I started to follow your blog
There are a lot of strange comments on here.
There are a lot of strange comments on here.
Thanks for share quite good informations. Your website is great.I am impressed by the material that you have on this blog. It exhibits how effectively you comprehend this subject.
There are a lot of strange comments on here.
Great blog. Great posts.
I am linking this webpage from my private weblog . this has all the usefull data necessary.
Hi there! Someone in my Myspace group shared this site with us so I came to check it out. I'm definitely enjoying the information. I'm book-marking and will be tweeting this to my followers! Terrific blog and fantastic style and design.
I'm extremely impressed with your writing skills as well as with the layout on your blog. Is this a paid theme or did you customize it yourself? Anyway keep up the excellent quality writing, it’s rare to see a nice blog like this one these days..
your link on my blog here http://tinyurl.com/Convresources ,I like this website because so much useful stuff on here : D.
http://www.100proofent.com/ Your next question is most most likely, “Well, if I’m not supposed to make use of shampoo and conditioner, what need to I use to clean my hair? “ The answer is really merely that you must use natural oils like coconut and olive oil which truly make your hair search wonderful and deliver a lot of in the nutritional vitamins and minerals your hair requirements.
Wonderful blog! I definitely love how it’s easy on my eyes and also the data are well written. I am wondering how I can be notified whenever a new post has been made. I have subscribed to your rss feed which ought to do the trick! Have a nice day!
There are a lot of strange comments on here. People must be using SCRAPEBOXLIST.COM
I learned a lot thank you :)
Thanks for the marvelous posting! I actually enjoyed reading it, you happen to be a great author.I will be sure to bookmark your blog and definitely will come back someday. I want to encourage continue your great job, have a nice weekend!
Thought Provoking comments...I will give this page some thought!!!
It's rare to locate an experienced person in whom you can have some trust. In the world today, nobody truly cares about showing others the best way in this subject matter. How fortuitous I am to have definitely found such a wonderful web-site as this. It's people like you exactly who make a real difference currently through the strategies they talk about.
I learned a lot thank you :)
I'm not capable of view this web site correctly on saffari I believe there's a drawback
Prety good conter of yours.
I started to follow your blog
where the theme of
where the theme of
Your site is very slow due to open
Recently, I didn’t give plenty of consideration to giving feedback on site page reports and have left feedback even much less. Reading through by means of your nice posting, will aid me to do so sometimes.
I'm really impressed with your writing skills as well as with the layout on your blog. Is this a paid theme or did you customize it yourself? Anyway keep up the excellent quality writing, it’s rare to see a nice blog like this one today..
Attractive section of content. I just stumbled upon your weblog and in accession capital to assert that I get actually enjoyed account your blog posts. Any way I will be subscribing to your augment and even I achievement you access consistently quickly.
I like the helpful info you provide in your articles. I will bookmark your weblog and check again here frequently. I'm quite certain I’ll learn many new stuff right here! Best of luck for the next!
I’m not sure where you are getting your information, but good topic. I needs to spend some time learning more or understanding more. Thanks for great information I was looking for this information for my mission.
I usually don't leave blog comments but your writing forced me to, wonderful work.
I am really enjoying the theme/design of your website. Do you ever run into any web browser compatibility issues? A number of my blog audience have complained about my blog not working correctly in Explorer but looks great in Opera. Do you have any recommendations to help fix this problem?
Simply want to say your article is as astounding. The clarity in your post is simply spectacular and i can assume you are an expert on this subject. Fine with your permission allow me to grab your feed to keep up to date with forthcoming post. Thanks a million and please carry on the rewarding work.
Simply wish to say your article is as surprising. The clearness in your post is just cool and i could assume you are an expert on this subject. Fine with your permission let me to grab your feed to keep up to date with forthcoming post. Thanks a million and please keep up the enjoyable work.
This page iswhere I got the most useful information for my info gathering. cheers for leaving, maybe we can see more on this. Are you aware of any other websites on this subject?
Loving the information on this website , you have done great job on the posts .
Having just been browsing forinformative articles for the research project I've been working on when I happened to find yours. Thanks for this useful material! -- Clayton Gatts
I am not sure where you're getting your info, but good topic. I needs to spend some time learning much more or understanding more. Thanks for fantastic info I was looking for this info for my mission.
What’s Happening people, nice message board I have found It vastly useful & it’s helped me out alot. I hope to be able to contribute & support other users like this website has helped me
Your opnions on this issue is very thought provoking...I never would have come to that conclusion!!
Your opnions on this matter is very unique...I never would have come to that conclusion!!
Awesome page...I will give this post some thought!!!