Uploads from third parties to me

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

  1. #1

    Default Uploads from third parties to me

    Is there a code that allows third party viewers of my web page to upload
    pictures and file to my computer/server, such as having my sister upload
    pictures of her newborn to me? If so, does anyone know how to write it?

    jrgisme Guest

  2. Similar Questions and Discussions

    1. Web File uploads
      While trying to do a simple file upload via a web form, (enctype="multipart/form-data"), I've run into a problem that has me stymied. This is an...
    2. scripts to set a rent - service to exexcute parties andbuffets
      :o hi I really need a BIG help here. I would like to try insert in the web page a script / or other that makes possible the customer to log in and...
    3. SSL in Dreamweaver FTP Uploads
      DW MX 2004 supports FTP, and SFTP transmission of content to remote server. It does not support FTP via SSL. Are there plans to add SSL, or are...
    4. Uploads with MySQL
      Troubles getting a file upload into a MySQL DB to work. Any help is appreciated. It keeps arriving at up.php without any get data, but has worked...
    5. Picture uploads
      Does anyone know of either a component capable of reading pictures that are submitted using a Form File tag or any code that can do this?
  3. #2

    Default Re: Uploads from third parties to me

    On Thu, 10 Mar 2005 05:39:41 +0000 (UTC), jrgisme
    <webforumsuser@macromedia.com> wrote:
    > Is there a code that allows third party viewers of my web page to upload
    > pictures and file to my computer/server, such as having my sister upload
    > pictures of her newborn to me? If so, does anyone know how to write it?
    >
    There are some ways to do this. The most rudemantary but might work with
    static pages is give her an FTP account/guest account where she can upload
    her picture. However you would either need to manually put it on the site.

    The dynamic way is a lot simpler since you can make a form which allows
    her to upload the picture and it will automatically be viewed on the site.

    This gallery applications are quite common on the interent and you can
    download it for free. My first question would be if the company hosting
    your page can provide dynamic tools such as PHP-MySQL. This way you can
    build your own applications or download your own.

    We currently specialize on extensions for dreamweaver that build this
    dynamic applications for you.


    --
    Alexandro Colorado
    ------------------------------
    Support Engineer
    InterAKT Online
    [url]http://www.interaktonline.com[/url]
    Tel: 40(21) 312.5312
    Alexandro Colorado 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