Flash file uploader/browser

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Flash file uploader/browser

Post by alex.barylski »

I have googled and found little.

Basically I need a simple Flash component which provides a file browsing interface and uses a gateway PHP script to traverse the directories and return data for rendering. Some kind of API so I can determine which files (plus path) is selected, etc.

Know of anything?
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: Flash file uploader/browser

Post by josh »

You need a multi-uploader, or a file manager?
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: Flash file uploader/browser

Post by alex.barylski »

The latter...ideally a little file manager utility that uploaded files and listed them, allowed selection and had a queryable API that JavaScirpt could use to extract the required information and insert the file/image into a WYSIWYG.
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: Flash file uploader/browser

Post by josh »

I purchased an unlimited license for InnovaStudio WYSIWYG Editor 2.9.8 a year ago or so, it does exactly what you describe. For multi upload I use a copy of Multi POW uploader ( search google for ElementITMultiPowUpload1.7.swf )
Post Reply