Wisej.NET Migration
  • Introduction
  • WinForms to Wisej.NET
    • WinForms Migration First Steps
    • Advanced Topics
      • Statics vs. Session Variables
      • Reporting
      • Office Automation
      • Modal Dialogs
      • Registry Access
      • File Access
    • Optimizations After Migration
      • Alert Boxes
      • Watermarks
      • Tool Buttons
      • Enhanced TabControl
      • Enhanced DataGridView
      • AllowHtml
      • Label Wrapper
      • VirtualScroll
      • Theming
      • Responsive Properties
  • VB6 to Wisej.NET
    • VB6 Migration First Steps
  • Gupta to Wisej.NET
    • SAL Migration First Steps
  • Visual WebGUI to Wisej.NET
    • VWG Migration First Steps
    • VWG Advanced Migration
Powered by GitBook
On this page

Was this helpful?

  1. WinForms to Wisej.NET
  2. Advanced Topics

File Access

PreviousRegistry AccessNextOptimizations After Migration

Last updated 2 years ago

Was this helpful?

In a migrated app all file access is now done on the server. While this could be an option for some functionality you need to review and eventually modify most of it.

One strategy is to use the component to transfer files from a client to the server and further process it there. Resulting files can be provided as download links.

An interesting option is to use our extension that allows the server application to interact with the client´s file system, also avoiding floating around multiple copies of a file.

If you deploy your migrated application to .NET 6 on Linux please keep in mind that filenames there are case sensitive and directories typically use "/" instead of "\".

Upload
ClientFileSystem