<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jose gonzalez Archives | ENFEW</title>
	<atom:link href="https://enfew.com/tag/jose-gonzalez/feed/" rel="self" type="application/rss+xml" />
	<link>https://enfew.com/tag/jose-gonzalez/</link>
	<description></description>
	<lastBuildDate>Thu, 27 Jun 2024 11:07:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://enfew.com/wp-content/uploads/2024/03/cropped-enfew-favicon-32x32.png</url>
	<title>jose gonzalez Archives | ENFEW</title>
	<link>https://enfew.com/tag/jose-gonzalez/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>7 CakePHP Media Upload Plugins</title>
		<link>https://enfew.com/7-cakephp-media-upload-plugins/</link>
					<comments>https://enfew.com/7-cakephp-media-upload-plugins/#comments</comments>
		
		<dc:creator><![CDATA[Istvan]]></dc:creator>
		<pubDate>Wed, 09 Mar 2011 07:56:01 +0000</pubDate>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[david persson]]></category>
		<category><![CDATA[jose gonzalez]]></category>
		<category><![CDATA[miles johnson]]></category>
		<guid isPermaLink="false">http://www.enfew.com/?p=3841</guid>

					<description><![CDATA[<p>1. CakePHP File Upload Plugin The popular FileUploadComponent is now a plugin. Version 4.0 brings a new behavior to the plugin to round out all your file uploading needs. 2. Uploader by miles johnson An all around general purpose file uploader for CakePHP. Packaged as a stand alone plugin with file validation, file scanning and support [&#8230;]</p>
<p>The post <a href="https://enfew.com/7-cakephp-media-upload-plugins/">7 CakePHP Media Upload Plugins</a> appeared first on <a href="https://enfew.com">ENFEW</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3><a href="http://www.enfew.com/wp-content/uploads/2010/08/cake-php-logo.png"><img decoding="async" class="alignright size-full wp-image-571" title="cake-php-logo" src="http://www.enfew.com/wp-content/uploads/2010/08/cake-php-logo.png" alt="" width="228" height="209" /></a>1. <a href="http://www.webtechnick.com/blogs/view/221/CakePHP_File_Upload_Plugin" target="_blank" rel="noopener">CakePHP File Upload Plugin</a></h3>
<p>The popular FileUploadComponent is now a plugin. Version 4.0 brings a new behavior to the plugin to round out all your file uploading needs.</p>
<h3>2. <a href="http://milesj.me/resources/script/uploader-plugin" target="_blank" rel="noopener">Uploader</a> by miles johnson</h3>
<p>An all around general purpose file uploader for CakePHP. Packaged as a stand alone plugin with file validation, file scanning and support for a wide range of basic mime types.</p>
<ul>
<li>Automatically sets all ini settings required for file uploading</li>
<li>Support for a wide range of mime types: text, images, archives, audio, video, application</li>
<li>Logs all internal errors that can be retrieved and displayed</li>
<li>Saves a log for all uploads happening during the current request</li>
<li>Automatically validates against the default mime types and internal errors</li>
<li>Can scan the uploaded files for viruses using the ClamAV module</li>
<li>Files can be uploaded anywhere within the webroot folder</li>
<li>Convenience methods for deleting a file, moving/renaming a file and getting the file extension or dimensions</li>
<li>Built in methods for resizing images and generating thumbnails</li>
<li>Custom Behavior to add validation rules to your Models validation set</li>
<li>Custom Behavior that allows models to attach files to automatically upload the file and save its information to a database</li>
</ul>
<h3>3.  UploadPack &#8211; easy and flexible way to upload files with CakePHP</h3>
<ul>
<li>save procedure of record with attached file should be no different to usual record</li>
<li>it should be possible to do some additional processing of uploaded file at the time of saving it (for example thumbnail generation)</li>
<li>easy access to uploded file, it’s URL and alternatives (different thumnails) from view level</li>
<li>everything should require no or minimum configuration to work, but still remain flexible if the whole application needs it</li>
<li>natural integration with CakePHP framework.</li>
</ul>
<h3>4. <a href="https://github.com/davidpersson/media#readme" target="_blank" rel="noopener">Media Plugin for CakePHP</a> by david persson</h3>
<p>This plugin was conceived as a thorough solution to all the needs coming from dealing with media files in a web application. Moreover the idea was to show how much a well maintained plugin can be worth it and inspire others to do the same. The plugin slowly evolved (and in fact still does) from a very distinct set of tightly coupled components into something much more flexible. This allows you to use only the functionality you really need.</p>
<h3>5. <a href="https://github.com/josegonzalez/upload#readme" target="_blank" rel="noopener">Upload Plugin</a> by jose gonzalez</h3>
<p>The Upload Plugin is an attempt to sanely upload files using techniques garnered packages such as MeioUpload , UploadPack and PHP documentation.</p>
<h3>6. <a href="https://github.com/jrbasso/MeioUpload#readme" target="_blank" rel="noopener">MeioUpload 2.0</a> Plugin by jrbasso</h3>
<p>This behavior provides to upload files in your application, as well as the possibility to translate the error message (originally only in portuguese) and the use of phpThumb as a better thumbnail generator.</p>
<p>You can also use it in No-DB mode, which means that no data for the upload is stored within the database. You can further this by setting var $useTable = false in the model, which will both trigger No-DB mode AND allow quick uploads.</p>
<h3>7. Ajax File Uploading with Cake and jQuery [Tutorial]</h3>
<p>Here’s how to upload files in CakePHP using jQuery.</p>
<p>The post <a href="https://enfew.com/7-cakephp-media-upload-plugins/">7 CakePHP Media Upload Plugins</a> appeared first on <a href="https://enfew.com">ENFEW</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://enfew.com/7-cakephp-media-upload-plugins/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
