Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Upload images ???

    Hi!

    My client want to have an option to upload images to his website, without
    third party involvement. I have looked for the solution all around, but
    unfortunity come up with nothing. I am sure this is not a big issue for
    Dreamweaver MX.

    Please guide me for the right thing to do.


    squadri00 Guest

  2. Similar Questions and Discussions

    1. Images upload
      Hi to all of you. I need to be able to upload any kind of images in one of the pages of my website whem I'm connected from a pc that's not mine....
    2. images when upload
      what am i doing wrong? i have Dreamweaver load derectly on c: and all images are in that directory also. i can see the images in preview but not...
    3. images upload-newbie
      can anyone help me with this? i'm new to this but am fairly computer savy. all images are in the Dreamweaver directory, i'm sure it just somrthing...
    4. Images Upload By Users
      I am currently using the "PureAsp" and "SmartImage" SB to allow users to upload their own images to my web site. Does anyone know of a similar...
    5. Inserting images doesn't upload them to the website
      When I choose to insert an image from my local computer to the website using contribute the image appears in the editor page, but when I publish the...
  3. #2

    Default Re: Upload images ???

    Hi There

    You will need either an upload component on the webserver or you could use
    Pure ASP Upload if that is the server tech you are using. Check out
    [url]http://www.asp101.com/articles/jacob/scriptupload.asp[/url]

    Regards
    Bren


    Bren Guest

  4. #3

    Default Re: Upload images ???

    I take it your talking about dynamic images, with the client uploading
    through a web page, and then the images being displayed on the web site?

    To do this you`ll need some form of Server Side Language. PHP is a good
    choice as it has full file uploading facilities built in, without any need
    for external components. There are many tutorials available on the web
    explaining how to do this.

    Hope this helps


    --
    Gareth - TMM Dreamweaver
    [url]http://www.dreamweavermxsupport.com/[/url]
    [url]http://www.garethdp.com/[/url]

    PHP Login Suite V2 - 34 Server Behaviors to build a complete Login system.
    [url]http://www.phploginsuite.co.uk/[/url]

    Co-Author: Dreamweaver MX: Instant Troubleshooter - Apress
    Co-Author: Practical Intranet Development - Apress
    Co-Author: Dreamweaver MX: Advanced PHP Web Development - Apress
    Co-Author: Dreamweaver MX: PHP Web Development - Wrox


    gareth Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139