SoftArtisans offers two editions of XFile:
The following table lists the differences between the two editions of XFile. All other XFile features are available in both editions.
XFileSE | XFileEE | |
---|---|---|
Upload size limit | 4-GB | No limit when you use FileUpEE to process the upload on the server. |
Resumable uploads | No | Yes |
Resumable downloads | No | Yes |
Concurrent uploads | Up to 4 | Unlimited |
When you create a client-side instance of one of XFile's objects using
the HTML <object>
tag, you must set the object's classid
.
The classid
specifies which control to create.
For example, to create an instance of XFileSE's visual upload control, use:
<OBJECT classid="CLSID:230C3D02-DA27-11D2-8612-00A0C93EEA3C" id="AXFFile"
codebase="[path]/saxfile.cab">
The objects of XFileSE and XFileEE have different classid
s. When setting an
object's classid
, be careful to set the classid
for the
version of XFile that you are using. The following table lists the classid
s
for XFileSE and XFileEE:
Object | Classid | |
---|---|---|
XFileSE | XFileEE | |
XFRequest | C3A57B60-C117-11D2-BD9B-00105A0A7E89 | 8B3512EF-4FF5-4aa4-9CDE-56BB03E04B9F |
AXFFile | 230C3D02-DA27-11D2-8612-00A0C93EEA3C | 7B7929AB-E06A-4508-BE68-1CC7A6997808 |
AXFFileDownload | B82FA17C-F3A9-11D2-B5DD-0050041B7FF6 | AD58C149-8AE2-4878-99DC-3A164E32F814 |
AXFFileProgress | C3EAF164-E06A-11D2-B5C9-0050041B7FF6 | 9C6E12BB-F8AE-44aa-9694-9912396B6033 |
XFResume | Not available in XFileSE | 53B29E97-9753-44B4-AE57-D51322B2BD49 |
SoftArtisans Archive | D3400FEE-041F-11D3-B1C5-00A0C9B4587A | D3400FEE-041F-11D3-B1C5-00A0C9B4587A |
SoftArtisans FileManager | E7B62F4E-82F4-11D2-BD41-00105A0A7E89 | E7B62F4E-82F4-11D2-BD41-00105A0A7E89 |