IIS Intranet uploading

Uploading on IIS through intranet is this possible with php? It seems that the copy() function only works on local file ex.
[code]
<?
copy("c: est.txt",". est.txt");
?>
[/code]

This would copy the c: est.txt files FROM THE SERVERS' C: and upload it to test.txt in the webdir (also on the server!) where the script is located.

Any idea's?

Comments

  • I can guarantee that files can be uploaded using PHP on IIS. The biggest problem you'll have is with permissions, and setting upload paths etc. Once you've got that susses, you should be fine.

    Cheers,

    James.

    : Uploading on IIS through intranet is this possible with php? It seems that the copy() function only works on local file ex.
    : [code]
    : <?
    : copy("c: est.txt",". est.txt");
    : ?>
    : [/code]
    :
    : This would copy the c: est.txt files FROM THE SERVERS' C: and upload it to test.txt in the webdir (also on the server!) where the script is located.
    :
    : Any idea's?
    :

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion