Results 1 to 2 of 2

Thread: Upload files

  1. #1
    Join Date
    Apr 2007
    Posts
    33
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Upload files

    Hi,
    I need help, im trying to get a script that will allow me to on my site have an upload button which would be for pictures and.or videos. It would then upload the files to my server and show the files on another page. A kind of youtube type thing but not that big if you get me.

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    The presentation of this may require some javascript and/or flash, plus likely plenty of HTML and CSS, but to get this system going, you need a serverside language and (most likely) a database.

    PHP and MySQL are a good option.

    PHP allows uploading from an html form, then file management on the server, and connecting/manipulating the mysql database to find/search/order/etc. the different clips/images.

    You could avoid using the database, but this would create a more simple system in which you could just, for example, show all of the images in a certain folder, rather than storing specific data about each.

    Here is a good tutorial site:
    http://php-mysql-tutorial.com

    And you can look up more about PHP for the file management and uploading issues at http://php.net
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •