Posts: 34
Name: Dima
Location: Toronto, Canada
|
There is a possibility to do it via javascript to use Microsoft File Object
http://www.webreference.com/js/column71/index.html
but it wont work in all the browsers and its a piece of ....
I manage to create file uploader using flash and ajax, I create movie clip in flash 1x1px and used Flash resources to read file information, open a stream and submit a file via http request (read flash documentation), with ajax I do all the progress bars and etc.
For sure u can do it easily just using flash.
Of course u would need some server side script build on any language u want its up to u.
If you have no idea what I am talking about just google it for 'ajax file uploader' or 'flash file uploader'
Good luck!
|