I've created a plugin and made a widget for the index page to house the uploader.
The uploader needs the 'action' part of a form to be set so it knows what logic to use to process the files.
My problem is that Oxwall uses JavaScript to submit form data back to the php page it came from.
What can I put in the 'action' tag so the form submits to itself?
I've tried '?' but this just causes the form to try and submit to index.php.
Help?