You will not be able to delete the file from client side. You will have to make a call to the backend.
The approach you can take is : 1. Show the listing of files in the UI 2. Provide a delete button 3. On click of delete button, generate an event which invokes a backend service API 4. This service API can delete that file. Thanks On Mon, Apr 27, 2009 at 4:58 PM, Roy Kartz <[email protected]> wrote: > > > I have a question regarding File Reference Manager functionality in Flex > Application. > > It provides us the way to upload or download a file. I have a requirement > to delete the file that was uploaded earlier. > > Please suggest the best technique I should consider. > > > Thanks, > Roy > > >
