[flexcoders] Re: save word file to database.

2009-03-07 Thread aphexyuri
I'm not sure what the use case is, but I was faced with a similar issues recently...but with Flex, and ended up using Sribd. The service allows you to upload most doc types, not just word docs, and takes care of the your storage needs. Docs can be set to private if desired, so the public cant

[flexcoders] Re: save word file to database.

2009-03-06 Thread oneworld95
It can be a pain reading/writing binary data regardless if what server side code you use. I'd advise against it unless you need to hide the Word docs from someone coming along and accessing them directly. If you use a good authentication/authorization mechanism to protect the web app, you

[flexcoders] Re: save word file to database.

2009-03-06 Thread markflex2007
I am working with AIR application.all the user share the data in database so I like save doc to database. Please give me how to do this in flex side and I can handle server side code. Thanks Mark