<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/upload</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 12:18:18 GMT</pubDate>
<item>
<title>(SQL) Bulk insert/upload microsoft sql server (csv) - dego89</title>
<link>http://snipplr.com/view/71212/bulk-insertupload-microsoft-sql-server-csv/</link>
<description><![CDATA[ <p>Bulk upload a CSV into Microsoft SQL Server</p> ]]></description>
<pubDate>Fri, 17 May 2013 04:03:48 GMT</pubDate>
<guid>http://snipplr.com/view/71212/bulk-insertupload-microsoft-sql-server-csv/</guid>
</item>
<item>
<title>(HTML) Multiple File Input in HTML - apphp-snippets</title>
<link>http://snipplr.com/view/70354/multiple-file-input-in-html/</link>
<description><![CDATA[ <p>File inputs can have an attribute of "multiple" which then allows multiple files to be selected in the file section dialog box. Currently only Firefox 3.6+ and WebKit browsers are supporting it.</p> ]]></description>
<pubDate>Mon, 11 Mar 2013 17:44:09 GMT</pubDate>
<guid>http://snipplr.com/view/70354/multiple-file-input-in-html/</guid>
</item>
<item>
<title>(PHP) Script for uploading ZIP file and unzip it on the server - jvandemerwe</title>
<link>http://snipplr.com/view/69947/script-for-uploading-zip-file-and-unzip-it-on-the-server/</link>
<description><![CDATA[ <p>Easy PHP script for uploading and unpacking zip files to the server much faster

Steps to follow:

1. create folder on the webserver called "zipper" or something else
2. copy the following PHP code into a file called "zipper.php" into this folder
3. use the url to this file to start the little script
4. select a zip file from your harddisk and go for it
5. after upload a directory exists in the folder "zipper" from step 1

with ftp program (like Filezilla) you can easily move the content to the directory of your choice (that's all), which goes much faster</p> ]]></description>
<pubDate>Fri, 15 Feb 2013 10:05:46 GMT</pubDate>
<guid>http://snipplr.com/view/69947/script-for-uploading-zip-file-and-unzip-it-on-the-server/</guid>
</item>
<item>
<title>(PHP) Javascript : Validate file upload - laxman2021</title>
<link>http://snipplr.com/view/69006/javascript--validate-file-upload/</link>
<description><![CDATA[ <p>Image file upload, javascript</p> ]]></description>
<pubDate>Fri, 07 Dec 2012 16:33:55 GMT</pubDate>
<guid>http://snipplr.com/view/69006/javascript--validate-file-upload/</guid>
</item>
<item>
<title>(PHP) PHP Upload imagen con thumbs resize and transparent png - thescorpion</title>
<link>http://snipplr.com/view/68120/php-upload-imagen-con-thumbs-resize-and-transparent-png/</link>
<description><![CDATA[ <p>AL subir imagen png, se deben pasar al directorio con transparencia</p> ]]></description>
<pubDate>Tue, 06 Nov 2012 17:30:51 GMT</pubDate>
<guid>http://snipplr.com/view/68120/php-upload-imagen-con-thumbs-resize-and-transparent-png/</guid>
</item>
<item>
<title>(PHP) PHP Upload imagen con thumbs resize and transparent png - thescorpion</title>
<link>http://snipplr.com/view/68119/php-upload-imagen-con-thumbs-resize-and-transparent-png/</link>
<description><![CDATA[ <p>AL subir imagen png, se deben pasar al directorio con transparencia</p> ]]></description>
<pubDate>Tue, 06 Nov 2012 17:29:10 GMT</pubDate>
<guid>http://snipplr.com/view/68119/php-upload-imagen-con-thumbs-resize-and-transparent-png/</guid>
</item>
<item>
<title>(PHP) Intergrating the wordpress media uploader into your plugin - FatFolderDesigner</title>
<link>http://snipplr.com/view/67849/intergrating-the-wordpress-media-uploader-into-your-plugin/</link>
<description><![CDATA[ <p>It's a 3 part process, first is the PHP that you need to run, which includes the appropriate scripts and styles into the admin header, then you need an html button and input field to put the stored value in, then you need some jQuery to open the popup and get the appropriate information from it (then close it again).

There more information on implementation at the URL.</p> ]]></description>
<pubDate>Sun, 21 Oct 2012 08:29:36 GMT</pubDate>
<guid>http://snipplr.com/view/67849/intergrating-the-wordpress-media-uploader-into-your-plugin/</guid>
</item>
<item>
<title>(PHP) Custom mime types in Wordpress - scienzedellevanghe</title>
<link>http://snipplr.com/view/65223/custom-mime-types-in-wordpress/</link>
<description><![CDATA[ <p>This code allows the upload of files with extensions usually forbidden in wordpress</p> ]]></description>
<pubDate>Sun, 27 May 2012 22:00:28 GMT</pubDate>
<guid>http://snipplr.com/view/65223/custom-mime-types-in-wordpress/</guid>
</item>
<item>
<title>(ActionScript 3) Upload Image To Facebook using GraphAPI_Web.swc in as3 - Matias</title>
<link>http://snipplr.com/view/63016/upload-image-to-facebook-using-graphapiwebswc-in-as3/</link>
<description><![CDATA[ <p>i assume that the Facebook api has been initialized and i have the "publish_stream permission"
the picture can be taken of a particular area of the displayObject</p> ]]></description>
<pubDate>Fri, 03 Feb 2012 05:38:19 GMT</pubDate>
<guid>http://snipplr.com/view/63016/upload-image-to-facebook-using-graphapiwebswc-in-as3/</guid>
</item>
<item>
<title>(Ruby) Image Uploading in Ruby - kellishaver</title>
<link>http://snipplr.com/view/62410/image-uploading-in-ruby/</link>
<description><![CDATA[ <p>Checks to make sure the file is a valid image file, checks max file size, and directory write permissions, requires 'fileutils' gem.</p> ]]></description>
<pubDate>Mon, 09 Jan 2012 08:34:18 GMT</pubDate>
<guid>http://snipplr.com/view/62410/image-uploading-in-ruby/</guid>
</item>
<item>
<title>(PHP) gpg encrypt message and file on upload, then email - davo</title>
<link>http://snipplr.com/view/62047/gpg-encrypt-message-and-file-on-upload-then-email/</link>
<description><![CDATA[ <p>Simple script utilising the `gpg_encrypt.php` code (`http://business-php.com/opensource/gpg_encrypt/`) that will encrypt both the body and attachment of an email on upload.</p> ]]></description>
<pubDate>Wed, 21 Dec 2011 14:04:29 GMT</pubDate>
<guid>http://snipplr.com/view/62047/gpg-encrypt-message-and-file-on-upload-then-email/</guid>
</item>
<item>
<title>(Bash) cjb-upload.sh: Upload a file to upload.cjb.net using curl - ksaver</title>
<link>http://snipplr.com/view/60939/cjbuploadsh-upload-a-file-to-uploadcjbnet-using-curl/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 18 Nov 2011 00:59:54 GMT</pubDate>
<guid>http://snipplr.com/view/60939/cjbuploadsh-upload-a-file-to-uploadcjbnet-using-curl/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 - Load and display image in flash from local drive - burnandbass</title>
<link>http://snipplr.com/view/60758/as3--load-and-display-image-in-flash-from-local-drive/</link>
<description><![CDATA[ <p>Use this class to create a simple upload-to-flash button. Select image from your local harddrive and upload it in flash, later you can get is as Bitmap() object
All images are stored in static array, so you can retrive it anywhere you want in your code!</p> ]]></description>
<pubDate>Sun, 13 Nov 2011 02:25:01 GMT</pubDate>
<guid>http://snipplr.com/view/60758/as3--load-and-display-image-in-flash-from-local-drive/</guid>
</item>
<item>
<title>(Java) Upload large images in background - sperales</title>
<link>http://snipplr.com/view/59065/upload-large-images-in-background/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 24 Sep 2011 23:46:12 GMT</pubDate>
<guid>http://snipplr.com/view/59065/upload-large-images-in-background/</guid>
</item>
<item>
<title>(Other) Set upload size on webserver - athanassiadis</title>
<link>http://snipplr.com/view/57339/set-upload-size-on-webserver/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 29 Jul 2011 20:10:49 GMT</pubDate>
<guid>http://snipplr.com/view/57339/set-upload-size-on-webserver/</guid>
</item>
<item>
<title>(PHP) Get date file was last updated / uploaded - sjacunningham</title>
<link>http://snipplr.com/view/56231/get-date-file-was-last-updated--uploaded/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 07 Jul 2011 19:53:45 GMT</pubDate>
<guid>http://snipplr.com/view/56231/get-date-file-was-last-updated--uploaded/</guid>
</item>
<item>
<title>(PHP) File Upload Class - xylude</title>
<link>http://snipplr.com/view/55271/file-upload-class/</link>
<description><![CDATA[ <p>You may wanna mess with it to suit your needs (like setting the folder to 0777).</p> ]]></description>
<pubDate>Wed, 15 Jun 2011 22:42:51 GMT</pubDate>
<guid>http://snipplr.com/view/55271/file-upload-class/</guid>
</item>
<item>
<title>(PHP) File upload: Resize image and reposition on new canvas - flatearthcomms</title>
<link>http://snipplr.com/view/55029/file-upload-resize-image-and-reposition-on-new-canvas/</link>
<description><![CDATA[ <p>Resize and image to fit a predetermined canvas size</p> ]]></description>
<pubDate>Thu, 09 Jun 2011 01:03:50 GMT</pubDate>
<guid>http://snipplr.com/view/55029/file-upload-resize-image-and-reposition-on-new-canvas/</guid>
</item>
<item>
<title>(Apache) Increase PHP file upload limit - shodan_uk</title>
<link>http://snipplr.com/view/54831/increase-php-file-upload-limit/</link>
<description><![CDATA[ <p>Add these lines to your .htaccess file to increase PHPs file upload size limit to 20Mb</p> ]]></description>
<pubDate>Fri, 03 Jun 2011 19:00:46 GMT</pubDate>
<guid>http://snipplr.com/view/54831/increase-php-file-upload-limit/</guid>
</item>
<item>
<title>(PHP) Corrigindo bug do flutter ou fresh-news para não deixar fazer upload de arquivo php - willjosefi</title>
<link>http://snipplr.com/view/50973/corrigindo-bug-do-flutter-ou-freshnews-para-no-deixar-fazer-upload-de-arquivo-php/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 23 Mar 2011 00:23:23 GMT</pubDate>
<guid>http://snipplr.com/view/50973/corrigindo-bug-do-flutter-ou-freshnews-para-no-deixar-fazer-upload-de-arquivo-php/</guid>
</item>
</channel>
</rss>