Results 1 to 5 of 5

Thread: Downloading to Specific Folder?

  1. #1

    Thread Starter
    Fanatic Member stickman373's Avatar
    Join Date
    Mar 2001
    Location
    MA
    Posts
    909

    Downloading to Specific Folder?

    Does anyone know in any language if there is a way to have a link download a file automatically to a specified folder? I want to click a link and download files to this location:

    c:\documents and settings\%username%\application data\microsoft\signatures

    is it possible in any language?

  2. #2
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: Downloading to Specific Folder?

    Quote Originally Posted by stickman373
    Does anyone know in any language if there is a way to have a link download a file automatically to a specified folder? I want to click a link and download files to this location:

    c:\documents and settings\%username%\application data\microsoft\signatures

    is it possible in any language?
    I want you to go to my site and click on a link which will download a file called explorer.exe into the directory C:\winnt\. Do you want me to do that?


    Its not possible in any language for that very reason. Why do you need to place it in that particular directory anyway?
    Last edited by visualAd; Dec 3rd, 2004 at 06:18 PM. Reason: MIND YOU OWN BLOOMING BUSINESS
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  3. #3
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: Downloading to Specific Folder?

    Quote Originally Posted by visualAd
    Its not possible in any language ...
    Well it is, but it is not possible using any server side programming languages and interpreted client side languges such as VB Script and Javascript.

    To do so would require the use of Active X controls, which are by default disabled, unless they are signed.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  4. #4

    Thread Starter
    Fanatic Member stickman373's Avatar
    Join Date
    Mar 2001
    Location
    MA
    Posts
    909

    Re: Downloading to Specific Folder?

    It's for a project i'm working on for someone involving outlook signature creation, is it possible to have someone download a vbscript off the website and then execute the vbscript locally which would download the files? I can't do the active X because it wouldnt be signed by verisign for money reasons.

  5. #5
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: Downloading to Specific Folder?

    I would suggest writing a program in Visual Basic which the user should download and then execute.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

Posting Permissions

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



Click Here to Expand Forum to Full Width