<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'how to view files uploaded in mysql?' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'how to view files uploaded in mysql?' posted on the 'PHP' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Thu, 20 Jun 2013 01:33:20 -0700</pubDate>
    <lastBuildDate>Thu, 20 Jun 2013 01:33:20 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>how to view files uploaded in mysql?</title>
      <link>http://www.programmersheaven.com/mb/phpstuff/418803/418803/how-to-view-files-uploaded-in-mysql/</link>
      <description>hello there...&lt;br /&gt;
im developing a system currently.&lt;br /&gt;
i have this button which enables user to upload a file into mysql server.&lt;br /&gt;
after uploading, user can view the files uploaded by clinking on the file name.&lt;br /&gt;
&lt;br /&gt;
i have done with uploading button, and it works nicely.&lt;br /&gt;
but i did not find a way to do the view function.&lt;br /&gt;
&lt;br /&gt;
anyone has any idea?&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/phpstuff/418803/418803/how-to-view-files-uploaded-in-mysql/</guid>
      <pubDate>Wed, 22 Sep 2010 19:07:12 -0700</pubDate>
      <category>PHP</category>
    </item>
    <item>
      <title>Re: how to view files uploaded in mysql?</title>
      <link>http://www.programmersheaven.com/mb/phpstuff/418803/418896/re-how-to-view-files-uploaded-in-mysql/#418896</link>
      <description>Let's be sure that this is understood right.&lt;br /&gt;
&lt;br /&gt;
You have a file upload form and processing the form is writing the files on hard disk on the server.  You are not writing file contents into the database, right?  That would be quite unconventional, if you were.&lt;br /&gt;
&lt;br /&gt;
You want a way to list the files that have been uploaded, right?  If you're writing files to a specific folder, you can use PHP's readdir function to iterate through all files in that directory.  This is most likely what you want and uploading to a specific directory that is used exclusively for uploads would be a great way to organize the information.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/phpstuff/418803/418896/re-how-to-view-files-uploaded-in-mysql/#418896</guid>
      <pubDate>Thu, 30 Sep 2010 00:42:08 -0700</pubDate>
      <category>PHP</category>
    </item>
    <item>
      <title>This post has been deleted.</title>
      <link>http://www.programmersheaven.com/mb/phpstuff/418803/418897/this-post-has-been-deleted/#418897</link>
      <description>This post has been deleted.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/phpstuff/418803/418897/this-post-has-been-deleted/#418897</guid>
      <pubDate>Thu, 30 Sep 2010 00:44:39 -0700</pubDate>
      <category>PHP</category>
    </item>
  </channel>
</rss>