| |
Forum PHP IndonesiaDapatkan pertolongan pertama pada kebingungan PHP dan sekitarnya |
|
|
|
|
|
| |
|
|
All times are GMT + 7 Hours
|
|
kombinasi xajax dan jquery untuk upload file
 |
Thu Jul 29, 2010 06:25 |
 |
Author |
Message |
abekz PHP Programmer

Joined: 29 Jun 2009 Posts: 103 Location: Jakarta Barat
|
| Post subject: kombinasi xajax dan jquery untuk upload file |
|
|
dear aLL,
ada yang bisa bantu untuk kasih contoh atao sampel script untuk upload file ke server gak?
saat ini saya develop pake jquery dan xajax...
butuh konsep di jquery saja sich... bagaimana cara untuk upload nya....
coding jquery yang dipake saat ini seperti ini :
| Code: | <?php
function showfindtable(status){
$(function() {
$("#dialog-retrieve").dialog({
autoOpen : false,
resizable : true,
modal : true,
width : 650,
position : [275,75],
});
xajax_showfinddata(status); //panggil input type="file"
$('#dialog-retrieve').dialog('open');
});
}
?> |
jadi ketika user pilih file trus khan dia klik submit, ada cara di jquery gak
untuk langsung copy file yang dipilih user sehingga langsung masuk ke
server sehingga nanti biar xajax yang running file tersebut...
karena file ini dalam bentuk csv dan ingin ditampilkan di dalam table...
thanks yaa.... hehehehehe... _________________ Albert, S.Kom
-----------------
PHP Programmer |
|
| |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
|
|
|
Powered by phpBB © 2001, 2002 phpBB Group
|
|
|
|
|
|
|
|
| |
|
|
|
|
|
|