http file upload problem

can’t find any good explanation to file upload example inside digi net os
some one has a link to a guide?

Hello could you be a little more specific please?

What version of NET+OS?
Are you looking for something more than the example application that demonstrates uploading files to the file system via a web page?

Maybe a little about what you are trying to accomplish.

BTW are you looking to upload a file through a normal http page (compiled through PBUILDER) or a CGI page?

Hi
I’m using the latest NET+OS release
I’ve tried the CGI way but you told me that it is not possible so i’ve tried to understand what was going on inside the examples code provided in NET+OS. (HTTP File System Sample)

Without success… i need to implement an html page for file upload to FLASH0/TWDL

I do not really understand what the upload.html stub functions do.
I do not even get where the file data goes when the upload button is pressed.

Hi
I’m using the latest NET+OS release
I’ve tried the CGI way but you told me that it is not possible so i’ve tried to understand what was going on inside the examples code provided in NET+OS. (HTTP File System Sample)

Without success… i need to implement an html page for file upload to FLASH0/TWDL

I do not really understand what the upload.html stub functions do.
I do not even get where the file data goes when the upload button is pressed.

The web system on NET+OS uses a file entitled file.c as its (the web server) interface to the file system. Your best bet would be to take a look at file.c and what it is doing when you access files (into and out of the web server).

A lot of the APIs in file.c are actually callbacks that the web server calls when it is tasked with doing something involving a file access operation.

thanks i’ll give a try





File Upload



File Upload