Sindbad~EG File Manager

Current Path : /var/www/html/wordpress_alg24news/wp-content/themes/newsbt-mobile/panel/js/
Upload File :
Current File : /var/www/html/wordpress_alg24news/wp-content/themes/newsbt-mobile/panel/js/panel-upload.js

(function($){
	$(document).ready(function($){
		$('.st_upload_button').click(function(e) {
			var $el = $(this).parent();
			e.preventDefault();
			var uploader = wp.media({
				title : 'Media upload',
				multiple : false,
			})
			.on('select', function(){
				var selection = uploader.state().get('selection');
				var attachment = selection.first().toJSON();
				$('input.upload-url', $el).val(attachment.url);
			})
			.open();
		})
	
	});
})(jQuery);

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists