Search Result

Collapse
2 results in 0.0014 seconds.
Keywords
Members
Tags
newb
  •  

  • How to upload files via a php script on a plesk server?

    The error I have been getting is either (when I switch the $_FILES['uploadfile']['name'] (originally at top where tmp_name is)
    Warning:ftp_put (C:\Inetpub/vhosts/dumountaineer.c om/httpdocs/dbimage/log.gif) [function.ftp-put]: failed to open stream: No such file or directory in C:\Inetpub\vhos ts\dumountainee r.com\httpdocs\ todb.php on line 21

    or Access Denied when I switch back.

    Code:
    <?php
    $tmp=$_FILES['uploadfile']['tmp_name'];
    ...
    See more | Go to post

  • edubbs
    started a topic window.print() issue

    window.print() issue

    Hi there,

    I have an issue where I have to print a form that is actually a picture (.jpg) and that picture sits inside an iframe. I have a simple java script in there to print the page and for all of my forms that are less than one page, it prints fine. The form fills out the entire page. However, when my .jpg is longer than one page, it simply prints out the first page, then doesnt print the rest. Is there a way to use java, or...
    See more | Go to post
Working...