Hi, all. I have a File chooser object which lets me load a local file using AJAX and pass that onto an array which then gets parsed.
But why does this only work once per a given file? (In my case it's possible to load the file, and then load it again to generate a copy of the same object, for example:
[attachment=0:3umk26uh][/attachment:3umk26uh]
If I pick a different file and then the original again it works, but not directly one after another.