Hello everyone,
To templates I use soy. I write plugin to import csv file info confluence. I have a problem with that.
Do you know how I can load file via my custom plugin? I thought that I can do it using html tag related to file uploading, but this solution doesn't work.
Any ideas? I would be apprecaite if you could help me.
Template:
{template .page1Form} <form class="aui"> <fieldset> <legend><span>File upload</span></legend> <div class="field-group"> <label for="file-upload-example">Upload file</label> <input class="upfile" type="file" id="file-upload-example" name="file-upload-example"> </div> </fieldset> </form> {/template}
Java code:
public class MyContextProvider extends AbstractBlueprintContextProvider { @Override protected BlueprintContext updateBlueprintContext(BlueprintContext blueprintContext) { blueprintContext.get("file-upload-example"); return blueprintContext; } }
But blueprintContext.get("file-upload-example"); is null...
Hi Piotr!
There is now a separate community forum for developer questions - you'll likely get more traction asking this question on the developer community.
All the best,
Daniel
Ok, thanks. I'll write post there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.