by following the instructions, i successfully created a custom vb page, pull info and display it.
i am intending to create a custom file upload function with this custom page.
how can i post the info/data and capture it.
i know how to do it in normal php coding but not sure how in vbulletin environment.
assuming my custom page is fileupload.php
do i post back to the same page (fileupload.php) or another custom page (fileupload2.php) to capture the data?
what should be the form url to post to?
thanks.
|