The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

File upload in web action

Deleted user
March 4, 2013

Hello,

I am experiencing the following problem - when I try to open action screen for the action in the plugin I am writing, the screen does not open and is loading infinitely. The .vm file looks like:

<form action="TestBrowse.jspa" enctype="multipart/form-data" method="post">
        <fieldset>
                <input type="hidden" name="id" value="$action.id"/>
                <input type="text" name="submit-name"/>
                <input type="file" name="file"/>
                <input type="submit"/>
        </fieldset>
</form>

Without the file input element, everything works just fine. Where could be the problem?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Deleted user
March 4, 2013
TAGS
AUG Leaders

Atlassian Community Events