Sindbad~EG File Manager

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

(function($){
	jQuery(document).ready(function($){
		$('body').on('click', '.st_upload_button', 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