I need to show the server uploaded files in flex 4.5 for a web application to manage the uploaded files like upload, delete and open for preview.
Can anyone help me How to list the sever side files in Flex action script3.0?
I need to show the server uploaded files in flex 4.5 for a web application to manage the uploaded files like upload, delete and open for preview.
Can anyone help me How to list the sever side files in Flex action script3.0?
Flash Player にサーバー ファイルを参照させることはできません。しかし、回避策を作成できます。探しているパスにあるファイルのリストを提供するスクリプトをサーバー上に作成します。基本的な POST を使用して、ディレクトリのファイルのリストを要求できます。次に、フラッシュ側に表示できます。ただし、ファイルに発生するすべての実際のアクションは、サーバー側で発生する必要があることに注意してください。また、このようなことにも注意してください。ブラウザで行われたネットワーク リクエストを検索するのは非常に簡単なので、ある日すべてのファイルが削除されてしまう可能性があります。したがって、いくつかのセキュリティ機能を実装してください。