i would like to post an swf files, particularly a game, using HTML on my forum. How can i do this or if i cant, how can i post it in my forum topic? i would rather have it in my forum than having a link to the actual file if possible.
Do you want to post the entire swf file as an attachment? Then in the <form> tag put enctype="multipart/form-data" and then method="POST". Action attribute should point to a script or java code which will handle the file upload process, say you can use php script there
__________________ A magazine on programming, web development, technologies and blogging - www.techcubetalk.com