Hi guys,
I have a difficulty in uploading a file via msxml 4.0 sp2 from client to server database.
It gives me error message:
Not enough storage is available to complete this operation
The file size is 70MB.
The machine environment is:
- 3 GB RAM
- More than 5GB disk space
- 2GB Virtual Memory
- VB6
I able to upload a file with file size 50MB+.
The technical part that create error:
.dataType = "bin.base64"
.nodeTypedValue = < file in binary with 70MB >
I have done research on the issue and there's no definite answer on it.
Hope you guys can help me >.<
Many thanks!