Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Processing client file before uploading it

Processing client file before uploading it

Scheduled Pinned Locked Moved ASP.NET
csharpquestionjavaasp-netdatabase
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Le Sourcier
    wrote on last edited by
    #1

    I think this is a difficult job. What I have to do in my asp.net (3.5) website: . The client select a file from his filesystem (actually a 512MB bin file from a dedicated SD card) . A client script extract useful data from bin file and compress it (to minimize the amount of uploaded data) . The file is uploaded to asp.net server . The file is processed by the server (to read bin file data and insert it into a database) So my real question : Is it possible to do this with asp.net/C# (or any other language) with a minimal user interaction? Actually I've make it works but with a java applet, and it's not very intuitive and efficient. The user had to select the bin file, save it to a temporary compressed file (done by applet). And finally the user selects a new time the previously saved compressed file and upload it (asp:upload)... So is it possible to do it with ASP.NET ? If yes (or I you have an idea) please just answer me. Thanks for any answer. BR

    Le Sourcier

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups