skip to main
|
skip to sidebar
Home
Posts RSS
Comments RSS
Edit
Algo Ramblings
An illustration of Algorithms, Data Structures, Coding, Puzzles and a whole lot of other things...
Home
About
Discuss
Personal Blog
Mobile App Blog
Contact Me
Saturday, August 9, 2008
Simple FIle Upload and Download
A sample application demonstrating the file upload and download functionality using flex an php.
Watch out the max file upload size in php.ini settings..
View the application here....
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Excellent book for Interviews
Labels
Actionscript
(77)
AIR
(77)
Design Pattern
(8)
Flex
(77)
Interview
(20)
Interview
(15)
Technical
(1)
About Me
Ram
Software Engineer by Profession, RIA Enthusiast, Passionate about Technologies, Another King waiting for his kingdom... If you would like to get in touch with me, please leave a comment with your mail id and I promise that I will get back to you.
View my complete profile
Blog Archive
►
2013
(80)
►
September
(4)
►
August
(5)
►
June
(2)
►
May
(20)
►
April
(9)
►
March
(33)
►
February
(7)
►
2011
(66)
►
November
(5)
►
October
(1)
►
September
(7)
►
August
(6)
►
July
(2)
►
June
(1)
►
May
(1)
►
April
(8)
►
March
(33)
►
February
(2)
►
2010
(1)
►
February
(1)
►
2009
(21)
►
December
(7)
►
November
(3)
►
September
(3)
►
August
(5)
►
June
(3)
▼
2008
(55)
►
September
(4)
▼
August
(11)
AIR You Tube
Simple Chat system using Blaze Ds....
SlideShow Component in AIR
Simple Drawing tool in flex
Rotating the image by 360 degree
Customizing Combobox in Flex
Simple FIle Upload and Download
Image Dragging animation
PHP Session in flex.....
Image preloading in flex
Desktop Alert program
►
July
(21)
►
June
(6)
►
May
(13)
Followers
Recent comments
Follow this blog
Pages
Home
Discuss
Categories
Live Traffic Feed
Feedjit Live Blog Stats
Popular Posts
Remove extra brackets from a paranthesized expression
How to remove extra bracket from expressions like ((((A+B)) C)) to give (A+B) C in the most optimized way? Remember the input expression w...
Design a web crawler
Web crawler is a program that traverses the hyperlinks structure of web pages. We crawler visits each web page by following the hyperlinks o...
PHP Session in flex.....
A sample application to demonstrate the session id using flex and PHP Whenever you press the hts.send button in the upper left corner......
Ternary Search Tree implementation
The ternary search tree contains three types of links. First, there are pointers that correspond to links in the corresponding trie, shown a...
Array of maximum value in sliding window
A long array A[] is given to you. There is a sliding window of size w which is moving from the very left of the array to the very right. You...
Flex SQLite Example: AIR Application
Tried out this sample application withe Flex and adobe AIR integrated SQLite. It has the Insert and Delete functionality. Will post the upda...
3 sum and 2 sum problem
Q: Given an integer x and an unsorted array of integers, describe an algorithm to determine whether two of the numbers add up to x. If we ...
SubArray With sum zero.
Q: An array contain positive and negative elements, find maximum subarray whose sum is equal to zero. Algorithm: Lets take input array a...
Simple Drawing tool in flex
A simple application demonstrating the free mouse drawing in flex.... View the application.... Source Code: <?xml version=&...
Longest Increasing Subsequence in O(N log N)
In the last post we have seen dynamic programming approach which takes O(n^2) time. We can improve the algorithm to take O(N log N) time.The...
Subscribe To
Posts
Atom
Posts
Comments
Atom
Comments
No comments:
Post a Comment