You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use an iframe to upload a form that contains a file
input.
The problem is that kanso "grabs" the request and changes the url,
which is not what I expected. I tried to use target="_blank" in a
A element to open a resource in another window, and that also does
not work as I expect. Is there some way to tell kanso not to act
on forms and link with a target attribute? Or any other way to
upload files to an external process behind couchdb (a node.js server)?
Duality should not be handling these events, check the target attribute beforehand.
The text was updated successfully, but these errors were encountered:
From the mailing list:
Duality should not be handling these events, check the target attribute beforehand.
The text was updated successfully, but these errors were encountered: