dready92 / PHP-on-Couch

Data Access Library to access a CouchDB server with PHP.
http://dready.byethost31.com/index.php/display/view/192
GNU Lesser General Public License v3.0
246 stars 102 forks source link

if the attachment on CouchDB is test.pdf is posible change the attachment ext? #59

Open JarbyDev opened 9 years ago

JarbyDev commented 9 years ago

Let me explain better, i have php on couch on codeigniter framework, so when i enter the docid pull the attachment from couchDB, but because the file is with the wrong ext i cant view the file online, but the couchDB database is big, some files are store using the wrong file ext. so i want to know if is possible manipulate CouchDB stream to render the correctly on the browser or download.

Thanks for the Advice.