How do I make a uploader for .cct files to be uploaded into the catalogue of my database for my shockwave game or is there a uploader already created? please help

Member Avatar for diafol

OK. This is the PHP forum, so I assume that you're looking to upload files to your web server, running PHP and MySQL. Either you want to store the file contents in the database or you want to upload the physical file, store it in a directory and write the url of the file to the database. Which one?

<input type="file" name="file" />

Is the usual suspect for uploading files - regardless of file type.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.