janl / couchdbx-core

Package a CouchDB installation on Mac OS X with any Erlang and CouchDB version
89 stars 12 forks source link

Uploading Attachment #6

Closed mghaught closed 14 years ago

mghaught commented 15 years ago

I'm not sure if this is an issue with just futon or how futon is bundled in couch dbx but when I try to attach an upload to an existing document I can never select a file. I get the upload attachment dialog but nothing happens when I click on "Choose File". I get the same behavior or the 0.9.1 and 0.9.0 releases. I can elaborate with my system details if needed.

janl commented 15 years ago

This is a "problem" with the built-in WebKit view. It is a problem as in so far I don't have the time to research this. You can use a regular browser at http://127.0.0.1:5984/_utils to upload attachments. Sorry :)

mghaught commented 15 years ago

Ah, okay. I'll just use _utils directly then.

ghost commented 14 years ago

Problem still exists in 0.10.1 BUT you can drag & drop your file to the dialog itself. Afterwards the upload works. So it's just the button itself, not the whole functionality.

janl commented 14 years ago

fixed in HEAD, thanks!