Umbraco Multiple fileupload in Admin - umbraco

Hi I'm just wondering if there are such plugin available in Umbraco that lets us multiple upload images/files in the Admin panel? I have thousands of files that needs uploading in the admin panel but having it uploaded one by one really takes time and I need to upload this files in just 1 day and I need to do this everyday. I was just thinking of a plugin that can be used? Is there such a thing? Or should I really do a plugin for this?
I'm using Umbraco 7.4

You should be able to do this already.
Open the media tab and you can upload multiple files

Related

ionic2:how can I use transfer to upload multiple files at the same time?

I want to upload several pictures to server at the same time,the native plugin provide transfer,but this plugin can only upload a file at the same time.I don't want to call transfer.upload in while or for.What method can upload multiple files at the same time? Thank you very much for your reply!!! http://ionicframework.com/docs/v2/native/transfer/
Even though the example is for angularjs/ionic..,give it a try
Go through this tutorial.,you will get a some idea to proceed further.
https://www.thepolyglotdeveloper.com/2015/01/upload-files-remote-server-using-ionic-framework/

How do I override the Umbraco built-in media library methods to use s3?

I'm currently looking to move my Umbraco installation over to a load balanced setup. In order to do this, I need to move the Media library over to a CDN like Amazon's S3. I tested a few plugins that allow upload to s3, but they all list media files on the local file directory. This flat out will not work.
I was thinking I would write the code to browse the CDN, but how can I override the built-in media library code so that it uses my version instead? I didn't see a clear way to do this in the docs?
I am using this plugin: http://our.umbraco.org/projects/website-utilities/amazon-s3-media for amazon s3. The source code is here: https://bitbucket.org/gibedigital/umbraco-amazons3provider . He recently just updated the plugin. The plugin does not use the local file system. The developer was pretty responsive (and made a few updates for me when I asked).
However, I am adding to his project because his plugin did not allow saving within a predefined directory (amazon's virtual directories). But his source code is a start.
Good luck,
Robin

Unable to record Upload Panel using JMeter

I have an upload panel in my seam application and I want to record this using Jmeter.
But this tool does not allow to upload the file whereas manually I can do that.
So any suggestion on how to do that?
Put the file in jmeter/bin folder and it should work.
You can use firefox for recording.
Why not to search first through jmeter-tagged questions?
Asked many times before.
Look into these:
JMeter - File upload and file download scenario
Jmeter Upload Error in Recording

(Rails) Uploading Directories

I need to upload multiple files on my website.
But I need not just a form for uploading multiple files, I need to upload whole directories.
How's this possible for the minimalist?
Yours, Joern.
According to my somewhat limited knowledge this is not possible, only file transfer is possible, not directories.
Here are some workarounds, based on discussion on Velocity Reviews and another discussion:
upload a zip, which you unzip at the server side
upload directories over ftp (web page can be a front end to this)
upload files one by one
I would go either for zip or ftp. Note: someone might have produced a gem that enables uploading directories (I know nothing of such thing, but I will be happy to find out, if there is).
Adding another option to the list provided by Sorrow:
upload via REST/JSON
OK, this is a partial solution, but it does give you the opportunity to write a script that reads your directory and POSTS to your website.

How to upload multiple documents to SharePoint at the same time?

I am trying to upload many documents to a library of SharePoint 2007, but it's too bad that I have to upload each by itself. Isn't there a way to upload more than one at the same time?
Have you tried using the multiple upload control, its an activex so you will have to use IE
http://office.microsoft.com/en-us/windows-sharepoint-services-help/working-with-sharepoint-document-libraries-HA001141287.aspx
Click Upload Document.
On the Upload Document page, click Upload Multiple Files.
Go the folder where you downloaded the practice files.
Select the two Word files (Memo_Draft.doc and Memo_Final.doc) by
selecting the check box next to each
file.
Click Save and Close.
If you cannot see the option, you may need to update to the latest CU
http://social.technet.microsoft.com/Forums/en-US/sharepointgeneral/thread/17b654fd-6e83-47b6-80ab-995ed1eabae9

Resources