We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

HTML “download file” puzzle

Home Forums Puzzles HTML “download file” puzzle

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #80843
    viap
    Customer

    Hi!
    I use “download file” puzzle and I need to save particular dictionary as a text file into “media” subdirectory of the application root directory.
    When I save it as “my-dict.txt”, it is properly exported, but into my user’s Download directory.
    Whatever syntax I use, file always ends up in user’s Download directory. For example when I set “media/my-dict.txt”, exported file is “media_my-dict.txt” in user’s Download directory.

    Thanks for any advice!

    #80849

    Hi,
    Unfortunately, this is how the web browser download files from the internet. You can’t force it to create directory hierarchy.

    Soft8Soft Tech Chief
    X | FB | LinkedIn

    #80852
    kdv
    Participant

    I need to save particular dictionary as a text file into “media” subdirectory of the application root directory

    you need a kind of uploading system working on your server. see Custom Image demo…

    Puzzles and JS coding. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.