Home
english
Home
WebDAV Server
WebDAV Client
WebDAV AJAX
Pricing
News
Contacts
info@ithit.com



How to Upgrade to IT Hit WebDAV Client API 1.1

Some WebDAV servers require client to buffer data on a client side while others does not. In version 1.0 client-side buffering was turned off for file uploads. For best compatibility with any WebDAV servers now data is buffered on a client side by default.

When migrating from version 1.0 make sure you set timeout and turn-off buffering before large files upload:

 

IResource resource = folder.CreateResource("products.xlsx");

resource.AllowWriteStreamBuffering = false;

resource.TimeOut = 36000000; // 10 hours

resource.Upload("C:\\products.xlsx");

This will allow upload of files of any size as no data will be kept in memory.

See Uploading and Downloading Files for more details.


What WebDAV product would you like to have?

Selected Customers:
Country: Norway
DnB NOR Group
Country: Finland
Bank of Finland
Country: United Kingdom
Bechtle Direct
Country: Sweden
BT Industries
Country: USA
California Chamber of Commerce
Country: Denmark
Danfoss Group
Country: Denmark
DFDS
Country: USA
Fluke Networks
Country: USA
HNI Corporation
Country: USA
IHS Inc
Country: USA
LandAmerica Financial Group
Country: Canada
Laurentian University
Country: USA
Microsoft
Country: Israel
RADVISION
Country: Ukraine
Raiffeisen Bank
Country: Netherlands
Sanoma Uitgevers
Country: USA
Siemens
Country: Australia
WorkCover NSW
Country: Ukraine
OTP Bank
Country: USA
Intel Corporation
Country: Austria
Austrian Federal Railways
Home WebDAV Server WebDAV Client WebDAV AJAX Pricing News Contacts

Updated: Monday, April 21, 2008