Jump to content

accessing sd card files in mcu from web server


ravi_k

Recommended Posts

Hi

How can i access sd card files present in MCU from web server?

I tried the below method but the browse button takes to PC browse instead of SD card in MCU.

<form action="/upload" id="upload" method="post">
<input type="file" id="fileupload" name="myfile">
<input type="submit" value="submit" id="submit" >
</form>

Please help

 

Thanks with Regards

Ravi K

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...