1. Home
  2. What
  3. "file"

One Tag, I'll be a cloud.
One Tag, I'll be a cloud.

No space left on device et pourtant il reste de la place - Technology and me

saved on
about:
Damn PHP5 file session storage! A method to avoid fulfilling the disk with session files

JQuery File Upload Plugin Script - JQuery File Upload Script - Uploadify

saved on
about:
Uploadify is a jQuery plugin that allows the easy integration of a multiple (or single) file uploads on your website

Database versus files for Images at Spindrop

saved on
uri:
http://spindrop.us/2009/02/18/database-versus-files-for-images/ This link is now broken.
about:
Dave gives his feedback on a long-debated developement topic : storing files in database or on the filesystem. "I had been serving images via the database. Immediately when I switched to the filesystem I saw a huge benefit. Not just a drop in database connections, but overall ?zippiness? in the site. We?ll see how well this performs in the real world, but I am quite sure that I learned my lesson." All this makes sense : files are not data, they are just files. A filesystem is designed for hosting files. A database is designed for hosting data. Don't mess things.