• 13-04-2015, 21:07:09
    #1
    Merhaba arkadaslar,

    javascriptden anlamadigim icin burda konu acmayi dogru gördüm

    http://img4host.net/upload/13200001552c0421a025d.png

    Sol tarafda ki Form'da sunucuda bulunan dosyalar listeleniyor. Sagdaki Form bos olacak ve sol tarafdan tikladigim dosyayi sag tarafdaki Form'a atmasini istiyorum.

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    
    	<head>
    		<title>jQuery File Tree Demo</title>
    		<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
    		
    		<style type="text/css">
    			BODY,
    			HTML {
    				padding: 0px;
    				margin: 0px;
    			}
    			BODY {
    				font-family: Verdana, Arial, Helvetica, sans-serif;
    				font-size: 11px;
    				background: #EEE;
    				padding: 15px;
    			}
    			
    			H1 {
    				font-family: Georgia, serif;
    				font-size: 20px;
    				font-weight: normal;
    			}
    			
    			H2 {
    				font-family: Georgia, serif;
    				font-size: 16px;
    				font-weight: normal;
    				margin: 0px 0px 10px 0px;
    			}
    			
    			.example {
    				float: left;
    				margin: 15px;
    			}
    			
    			.demo {
    				width: 200px;
    				height: 400px;
    				border-top: solid 1px #BBB;
    				border-left: solid 1px #BBB;
    				border-bottom: solid 1px #FFF;
    				border-right: solid 1px #FFF;
    				background: #FFF;
    				overflow: scroll;
    				padding: 5px;
    			}
    			
    		</style>
    		
    		<script src="jquery.js" type="text/javascript"></script>
    		<script src="jquery.easing.js" type="text/javascript"></script>
    		<script src="jqueryFileTree.js" type="text/javascript"></script>
    		<link href="jqueryFileTree.css" rel="stylesheet" type="text/css" media="screen" />
    		
    		<script type="text/javascript">
    
    	
    			$(document).ready( function() {
    				
    				$('#fileTreeDemo_1').fileTree({ root: '/home/demo/logs/', script: 'connectors/jqueryFileTree.php' }, function(file) { 
    				alert(file);		      					
    				});
    				
    				$('#fileTreeDemo_2').fileTree({ root: '', script: 'connectors/jqueryFileTree.php' }, function(file) { 
    			      					
    				});
    
    								
    			});
    		</script>
    
    	</head>
    	
    	<body>
    		
    		<div class="example">
    			<h2>Directory</h2>
    			<div id="fileTreeDemo_1" class="demo" style="width: 500px"></div>
    		</div>
    		<div class="example">
    			<h2>Your Choice</h2>
    			<div id="fileTreeDemo_2" class="demo" style="width: 500px">
    			</div>
    		</div>			
    		<p>&nbsp;</p>
    		<form method="post">
    			<input name="Button1" type="submit" value="Create file with your choice" /></form>
    	</body>
    	
    </html>
    Burda sl tarafda herhangi bir dosyaya tiklayinca alert olarak dosyanin bulundugu klasör+dosyaismi görüntüleniyor. Bu görünen klasör+dosyaismini sag tarafdaki form'a göndermek istiyorum.

    Dosyalari sectikden sonra sagdaki bulunan dosyalari mysql'e göndermek istiyorum. Sagdaki verileri php'e hangi sekilde atabilirim?

    Simdiden tesekkürler
  • 17-04-2015, 23:33:52
    #2
    yokmu yardimci olabilcek biri
  • 02-05-2015, 11:45:38
    #3
    Detaylı pm alabilir miyim ? Ücretli yardım edebilirim.