![]() ![]() |
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Member
Join Date: Jul 2008
Posts: 1
|
hello,
I am developing a Web Server using MCU having built in TCP/IP stack. In my application there is a SD-CARD(memory) implemented. I want to display the files and folders present inside the SD-CARD to the Web server, such that user can click and access the files stored in the SD-CARD. I have already done request handling using XHR objects but i am not able to find the right track to this stuff. What i am trying to do-- 1. Read the SD-CARD and get the details of files stored in it.This is already done.(again SD-card is attached to the MCU having built in TCP/IP stack, " This part is already done" ). 2. Display the files and folders on the web page as links, so that when user clicks on the link data stored in that item is displayed. 3. When user clicks on one of these links a request is send to the MCU having the file name which user has clicked. 4. MCU responds with the data stored in the file,size,date created etc. 5. This information is send to web-server which opens a seperate window and display the incoming information. I just want to know what i must do in this project, please give an appropriate link to some work similar to this. Thanx and regards Divyansh |
|
|
|
|
| Thread Tools | |
| Display Modes | |
|
|