<?xml version="1.0" encoding="utf-8"?>
<!-- generator="CMF " -->
<rss version="0.91">
    <channel>
        <title>verot.net - class.upload.php forum</title>
        <description><![CDATA[class.upload.php latest posts on verot.net]]></description>
        <link>http://www.verot.net/</link>
        <lastBuildDate>Wed, 19 Jun 2013 04:01:09</lastBuildDate>
        <generator>CMF </generator>
        <item>
            <title>Composer &amp;amp; Autoload</title>
            <link>http://www.verot.net/php_class_upload_forum.htm?php_class_upload_forum_id=4739&amp;lang=en-GB</link>
            <description><![CDATA[<i>by Benoît, 4 days, 15 hours ago<br />2 replies, last reply 4 days, 9 hours ago</i><br /><br />Hi,<br /><br />First, thanks for all your work. I love Class.upload.php, it's so easy to use.<br /><br />I have a question. I install your class with composer on Slim framework but I cannot access to the class.<br /><br />I have this error :<br />[14-Jun-2013 10:09:25 UTC] PHP Fatal error:  Class 'Upload' not found in controllers.php on line 250<br /><br />Do you have any idea where its wrong ?<br /><br />best,<br /><br />Ben]]></description>
            <author>Benoît</author>
            <pubDate>Fri, 14 Jun 2013 10:14:00</pubDate>
        </item>
        <item>
            <title>Error 400 with png</title>
            <link>http://www.verot.net/php_class_upload_forum.htm?php_class_upload_forum_id=4735&amp;lang=en-GB</link>
            <description><![CDATA[<i>by Claudio, 1 week, 1 day ago<br />2 replies, last reply 1 week, 1 day ago</i><br /><br />When I try to upload a png image with a transparent background I get error 400. I look for the problem in the code, but it appear correct. I wait for an answer. Thank you.]]></description>
            <author>Claudio</author>
            <pubDate>Mon, 10 Jun 2013 14:35:00</pubDate>
        </item>
        <item>
            <title>Re: Large image how to calculate memory needs</title>
            <link>http://www.verot.net/php_class_upload_forum.htm?php_class_upload_forum_id=4732&amp;lang=en-GB</link>
            <description><![CDATA[<i>by Fandoms, 2 weeks, 1 day ago<br />2 replies, last reply 2 weeks, 1 day ago</i><br /><br />Hi! <br /><br />I'm having problems with large images in a host and I wold like to check first width and height so I can calculate the memory limit.<br /><br />in FAQ there is this info.<br />what matters is the number of pixels. Roughly, you need to multiply the number of pixels by 8 to have an estimate of the memory required for the image.<br /><br />I have an image that is  2473x2864, number of pixeles would be 7082672?<br />Multiply by 8 is 56661376 Around 54 megas? Is this correct? That would be the memory I will need?<br /><br />Thanks!]]></description>
            <author>Fandoms</author>
            <pubDate>Mon, 03 Jun 2013 11:26:00</pubDate>
        </item>
        <item>
            <title>types of files uploaded</title>
            <link>http://www.verot.net/php_class_upload_forum.htm?php_class_upload_forum_id=4727&amp;lang=en-GB</link>
            <description><![CDATA[<i>by Kathy, 2 weeks, 3 days ago<br />1 reply, last reply 2 weeks, 3 days ago</i><br /><br />I saw in the docs that the type of files allowed to be uploaded is JPG, PNG, GIF and BMP, yet I just uploaded a .txt file with no errors. Did I read the docs incorrectly or do I need to check in the form to make sure the file being uploaded is one of these 4 types?]]></description>
            <author>Kathy</author>
            <pubDate>Sat, 01 Jun 2013 14:29:00</pubDate>
        </item>
        <item>
            <title>Local file doesn't exist error</title>
            <link>http://www.verot.net/php_class_upload_forum.htm?php_class_upload_forum_id=4717&amp;lang=en-GB</link>
            <description><![CDATA[<i>by Kathy, 3 weeks, 2 days ago<br />7 replies, last reply 3 weeks, 1 day ago</i><br /><br />I'm doing a simple upload from a form that has lots of fields.  When I select the local file (and it does exist) I get the error "Local file doesn't exist.".   I do check to make sure the destination directory is there and writable before uploading. The form has "enctype="multipart/form-data".  Do you have any ideas of what I can do to make this work?]]></description>
            <author>Kathy</author>
            <pubDate>Sun, 26 May 2013 13:07:00</pubDate>
        </item>
        <item>
            <title>How can I upload multiple images</title>
            <link>http://www.verot.net/php_class_upload_forum.htm?php_class_upload_forum_id=4714&amp;lang=en-GB</link>
            <description><![CDATA[<i>by Sushil, 3 weeks, 4 days ago<br />2 replies, last reply 3 weeks, 4 days ago</i><br /><br />&lt;form name="frm" id="frm" action="" method="post" enctype="multipart/form-data"&gt;<br />&lt;input type="file" name="images[]" multiple="multiple" /&gt;<br />&lt;input type="submit" name="upload" value="upload" /&gt;<br />&lt;/form&gt;<br /><br />By using this code, I am able to select multiple files from my system, But i not getting how can use this to upload multiple images with this class.<br /><br />Please give me solution!!1<br />Thanks]]></description>
            <author>Sushil</author>
            <pubDate>Fri, 24 May 2013 02:15:00</pubDate>
        </item>
        <item>
            <title>File Type Extension</title>
            <link>http://www.verot.net/php_class_upload_forum.htm?php_class_upload_forum_id=4711&amp;lang=en-GB</link>
            <description><![CDATA[<i>by Eddie, 1 month, 2 weeks ago<br />1 reply, last reply 1 month, 2 weeks ago</i><br /><br />when uploading my files, I'm trying to distinguish what file type they are (.pdf, .jpg, .xls etc) so that I can send it back via json. Is there something I can add to the upload script to be able to differentiate them and get this info?]]></description>
            <author>Eddie</author>
            <pubDate>Thu, 02 May 2013 19:10:00</pubDate>
        </item>
        <item>
            <title>Composer support</title>
            <link>http://www.verot.net/php_class_upload_forum.htm?php_class_upload_forum_id=4707&amp;lang=en-GB</link>
            <description><![CDATA[<i>by Adam Wayne, 1 month, 3 weeks ago<br />4 replies, last reply 1 month, 1 week ago</i><br /><br />Can you please add namespace (to allow existence of two Upload classes) and Composer support? <br />There are already some unofficial and uncomplete forks on Github, but that`s not ideal.]]></description>
            <author>Adam Wayne</author>
            <pubDate>Sun, 28 Apr 2013 22:31:00</pubDate>
        </item>
        <item>
            <title>Can you please add exif support</title>
            <link>http://www.verot.net/php_class_upload_forum.htm?php_class_upload_forum_id=4705&amp;lang=en-GB</link>
            <description><![CDATA[<i>by Oleg, 1 month, 3 weeks ago<br />1 reply, last reply 1 month, 3 weeks ago</i><br /><br />would be so nice to be able to read/write exif information]]></description>
            <author>Oleg</author>
            <pubDate>Wed, 24 Apr 2013 18:06:00</pubDate>
        </item>
        <item>
            <title>Re: Check filename lenght before uploading</title>
            <link>http://www.verot.net/php_class_upload_forum.htm?php_class_upload_forum_id=4699&amp;lang=en-GB</link>
            <description><![CDATA[<i>by John Martin, 2 months ago<br />1 reply, last reply 2 months ago</i><br /><br />Hello from Denmark!<br />First: sorry my english.<br />Is it possible to calculate the lengt of filename before uploading it?<br />I am thinking about when i am storring the filename in a data base. <br />Eks. filename = 60 caracters  in a varchar 40 cell = trouble :(<br /><br />/John.]]></description>
            <author>John Martin</author>
            <pubDate>Wed, 17 Apr 2013 19:30:00</pubDate>
        </item>
    </channel>
</rss>
