Skip to main content
Inspiring
October 2, 2017
Question

Arbitrary File Upload using Dreamweaver

  • October 2, 2017
  • 2 replies
  • 640 views

I have an operating site at http://fusion.enwphotos.com which I would now like to update with a new download link. The graphical interface thumbnail image went into place as expected, but the .pdf document (which the surfer downloads upon selecting the thumbnail) did not upload as expected.

This is strange to me, b/c in many prior instances, as in <a href="___" title="___"><img src = "___"></a>, I encountered no issues. I simply wrote the code, saved the page with 'auto-put on save' enabled, and all required files were 'put' to the remote server with no problem. The only difference here is that the file is much larger (12 MB). So, in a case like this, can I intervene directly with Dreamweaver, and explicitly upload the file to the desired location on the remote server, and if so, would one of you please point me in that direction.

    This topic has been closed for replies.

    2 replies

    Nancy OShea
    Community Expert
    Community Expert
    October 2, 2017

    #1  Dreamweaver doesn't like code errors.

    [Invalid] Markup Validation of http://fusion.enwphotos.com/ - W3C Markup Validator

    #2  The only PDF reference I see is commented out.  Try removing the HTML comments around your <p> tags.

    <!--p>
      <h3 align="center">Book:</h3>
      <a href="FireFmWater-1.pdf" title="Fire From Water, by John W.Cane (PDF download)">
      <img src="Images/grfx/FFW-1.jpg" width="62" height="62" alt="FFW"></a>
      </p-->

    Nancy O'Shea— Product User & Community Expert
    Legend
    October 2, 2017

    Not quite sure what you are trying to do but a 12mb pdf? Is that what you are trying to upload for the user to download? If so why is it so big, is it for printing purposes?

    If you want to upload files to your server without the aid of DW you will need an FTP client - something like Filezilla FileZilla - The free FTP solution

    You'll need your password and username to access the FTP area but I assume you already have these as you would have been required to enter those in Dreamweaver at some stage.

    One possibility is you may have reached the capacity of your hosting allocation if it didnt upload. Try it again or try it using an independent FTP client and see if that resolves the problem.

    Hope that may help.......

    JackAuthor
    Inspiring
    October 2, 2017

    Yes, I am used Fellswood yesterday and made a successful upload. I just wondered whether Dreamweaver had that ability by itself.

    Sent from my iPhone

    [Mod note: Personal information removed]

    Legend
    October 2, 2017

    Jack  wrote

    Yes, I am used Fellswood yesterday and made a successful upload. I just wondered whether Dreamweaver had that ability by itself.

    Fellswood, no idea but whatever it is seems as though you are saying it uploaded the file successfully.