Author Topic: Upload features  (Read 955 times)

Smokey

  • Autococker
  • Posts: 1172
Upload features
« on: September 04, 2006, 07:06:08 PM »
Well, most of you use www.upload.arena-zone.com for uploads. Right now its using a flatfile upload system, mini file host. Im coding my own using mysql and figured that i should ask what features people think i should add in.

Feel free to name some  :D

TinMan

  • Autococker
  • Posts: 1347
Re: Upload features
« Reply #1 on: September 04, 2006, 07:10:34 PM »
OMG! Its needs teh neDm logo!

Smokey

  • Autococker
  • Posts: 1172
Re: Upload features
« Reply #2 on: September 04, 2006, 07:18:03 PM »
good idea,
 also the song.


What about a file reconizition, like for .mp3's it plays them and has a download link, same for .wmv and .wav

For images it displays them and has a download link.

For other files it just downloads them.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Upload features
« Reply #3 on: September 05, 2006, 02:30:16 PM »
Flatfile is less prone to errors, and I hope you don't plan on storing the files in the database itself.  Despite the term database, storing the actual file data in the database is a bad idea.  It's better to just use for indexing purposes.

IronFist

  • Autococker
  • Posts: 1304
_
« Reply #4 on: September 05, 2006, 10:18:51 PM »
Post removed
« Last Edit: July 25, 2010, 10:42:43 PM by IronFist »

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Upload features
« Reply #5 on: September 06, 2006, 01:47:01 AM »
Haha, love the comments on that page:
Quote
Oh.... My... God....

Bile just rose in my throat.

A greater horror has never been perpetrated.

Quote
Sweet merciful crap.  That's beyond hideous.

Quote
Sweet mercy...

I was not strong enough today. This TDWTF has broken me. I'm going to find a cubicle, and sit down and cry.

IronFist

  • Autococker
  • Posts: 1304
_
« Reply #6 on: September 06, 2006, 08:59:44 AM »
Post removed
« Last Edit: July 25, 2010, 10:42:40 PM by IronFist »

Smokey

  • Autococker
  • Posts: 1172
Re: Upload features
« Reply #7 on: September 07, 2006, 04:35:33 AM »
Flatfile is less prone to errors, and I hope you don't plan on storing the files in the database itself.  Despite the term database, storing the actual file data in the database is a bad idea.  It's better to just use for indexing purposes.
No, files will be stored in a folder, with some $rand()'s. Mysql will just keep track of bandwidth, uploader and password/description.