Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Ethan Anwar on Jun 16, 2009 05:43
open dhtmlx forum
dhtmlXGrid xml updating

Hi!
I LOVE dhtmlxGrid but there's one big problem i need solving.
I'm not much into php and i really need an Open file (xml) button and a Save button for my dhtmlxGrid.
So I need your help, give me an example for the simplest grid ever.. 2 columns and 2 rows.
I know how to put grid into a dhtmlxWindow, and know a lot of js and html to make an open button and load via js an xml file into the grid. But how do i make the browse? i don't need a full browse i just need a single folder to open from my server where i would have all the .xml's. Same goes for a Save button i don't wanna choose a name or browse a folder.. i just want to update the opened xml.
Please HELP!Thank you in advance
Answer posted by dhxSupport on Jun 17, 2009 01:31
>>But how do i make the browser
Unfortunately Dhtmlx components haven't such inbuild functionalities. You can try to use <input type="file" /> to open necessary file.
Answer posted by Ethan Anwar on Jun 17, 2009 04:51
Yes i know how to upload files the php way. I would like to know if there's an ajax method of upload similar to dhtmlxVault without the page refresh, i understand that's done with iframes .