Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Uploading

  1. #1
    Join Date
    Apr 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Uploading

    hi people im new to this forum........ i making a website and ive want to make a page on uploading e.g. i want people to be able to upload their own images to my websites but i donno how to do that could any1 help me out plz

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Apr 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thank for that but there is a problem ive never done PHP so i donno what is going on

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    You'd best learn then. There are some tutorials on php.net and http://www.w3schools.com/. You can't do uploads without a server-side language.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  5. #5
    Join Date
    Apr 2006
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

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

    Default

    If you want uploads, be ready to jump into some advanced coding... just how it works. It's not that bad once you get used to it, though.

  7. #7
    Join Date
    Apr 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    damn lol u people are next level for me i thought it was jus a small simple code and wanted to be like this http://jealousy.socomladders.co.uk this persons website.

  8. #8
    Join Date
    Apr 2006
    Posts
    190
    Thanks
    3
    Thanked 7 Times in 7 Posts

    Default

    that website uses PHP to upload the files and display the list.

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

    Default

    Sure. What you see is a very simple code. It's just a simple form.
    The complex part comes on the NEXT page. It uses php code BEFORE you see anything (and you don't/can't see that code), then it returns another simple page with the file that was uploaded... etc.

    Basically, it IS complex... and that's the only way to do it. The html is easy, but the php is a bit daunting to start. I'm getting into it. I like it. It's worth it for what I need. It's the only way, so, is it for you too? (there's also ASP, I think, but that's just as hard, I'd assume, and I'd use php as its not microsoft proprietary).

  10. #10
    Join Date
    Apr 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    so djr33 how what am i ment to do it..what i need is a step by step guide on how to do it but i will understand it if it was more basic clear im not that high tech person if u know what i mean.

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
  •