• FTP upload files
    First ,i use LPC2368 and set up my project start code address at 0x0 include FTP Server, The FTP Server work is OK. Now ,i change the start code address at 0x8000 .(0x0~0x7FFF is my IAP with SD card...
  • FTP upload files
    First ,i use LPC2368 and set up my project start code address at 0x0 include FTP Server, The FTP Server work is OK. Now ,i change the start code address at 0x8000 .(0x0~0x7FFF is my IAP with SD card...
  • File upload through HTTP problem
    Hello, I'm trying to write a firmware update through Web server on the board AT91SAM9620. For this I'm using a form with ENCTYPE="multipart/form-data" and a function cgi_process_data(). Very often...
  • File upload through HTTP problem
    Hello, I'm trying to write a firmware update through Web server on the board AT91SAM9620. For this I'm using a form with ENCTYPE="multipart/form-data" and a function cgi_process_data(). Very often...
  • File upload with http and form
    Hello, I will upload a file with http and form. When I use "ENCTYPE...", the function cgi_process_data() is never called. In the thread http://www.keil.com/forum/docs/thread8929.asp someone...