Upload file with a FORM

Christian Miller Posted in Component Development 4 years ago

I was able to add am "import" button to User Settings. It displays my Form for uploading a Zip file. After the POST, how do I get the Form's "Action" to display as a replacement for the Form?

<form action="bof.php" target="_self" method="post">

enter image description here

Replies
German Michael Zülsdorff Replied 4 years ago

Christian,
please note that this is no developer forum in first place. I'd suggest to publish your work on Github, so others might get at least an idea what you're trying to accomplish and furthermore have a chance to follow your code. Additionaly I'd recommend to have a look into OssnPhotos and the component uploader.