Skip to content

Commit

Permalink
Modify url destination for the upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasVandroux committed Mar 26, 2015
1 parent 8b951ce commit c56c0db
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions UIPlugin/isouploader-resources/tab.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@

</head>
<body>

<div flow-init="{target: '/upload.php'}"
flow-files-submitted="$flow.upload()"
flow-file-success="$file.msg = $message">

<div flow-init="{target: '//192.168.3.227:8080/isoUploaderPlugin/upload',
method: 'octet' }"
flow-files-submitted="$flow.upload()"
flow-file-success="$file.msg = $message">

<div id="menu" >

Expand Down

0 comments on commit c56c0db

Please sign in to comment.