<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>html php file upload web — boards.ie - Now Ye&#039;re Talkin&#039;</title>
        <link>https://www.boards.ie/</link>
        <pubDate>Sun, 05 Apr 2026 18:22:15 +0000</pubDate>
        <language>en</language>
            <description>html php file upload web — boards.ie - Now Ye're Talkin'</description>
    <atom:link href="https://www.boards.ie/discussions/tagged/html-php-file-upload-web/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>php file upload problem</title>
        <link>https://www.boards.ie/discussion/2055742003/php-file-upload-problem</link>
        <pubDate>Mon, 16 Nov 2009 23:08:00 +0000</pubDate>
        <category>Development</category>
        <dc:creator>prometheos</dc:creator>
        <guid isPermaLink="false">2055742003@/discussions</guid>
        <description><![CDATA[hi,<br />
im trying to get a file to upload to an images folder in php and it was working a while ago but i overwrote the file by accident and know cant remember what i had as i hadn't worked on it in a while. can anyone help me?<br /><br />
i have the usual in the php file containing the entire form:<br />
[php]<br />
&lt;input name="uploadedfile" type="file" size="40" /&gt;<br />
[/php]and then i have this in the uploaded php file ( i know its basic at the moment but i'm just trying to get it uploading again before i add more specific formats and sizes etc):<br />
[php]<br />
$target_path = "images/";<br />
$target_path = $target_path . basename( $_FILES);<br />
copy($_FILES, "images/" . $_FILES);<br />
[/php]can anybody tell me what's wrong? ive been staring at this for about 2hours now, so it's probably something stupid:mad:<br />
thanks guyz]]>
        </description>
    </item>
   </channel>
</rss>
