Quote:
Originally Posted by miz
ok few things
PHP Code:
<form method="post" action="$_SERVER[PHP_SELF]?do=upload" enctype="multipart/form-data">
i think you might want to replace it to :
PHP Code:
<form method="post" action="$_SERVER[PHP_SELF]" enctype="multipart/form-data">
<input type="hidden" name="do" value="upload">
about the hack itself, i really liked the idea and i think its can be a great addon
to music sites and things like that, you might consider to make a fully hack with upload and other things.
yours MiZ.
|
I am currently working with him, this could work into a great little system. The way it's been explained to me so far is that after you upload you are then presented with a URL that can be pasted (copied) into the post. What I have done is created a custom BB code that will embed the media player into the post, so once the file is uploaded it can be encased with the new BB code and then posted into the body of the post. Upon hitting submit this will present the uploaded song in the media player at a stopped position.