Modified how attachments are pushed to the API.
Added support for BMP and GIF image types.
This commit is contained in:
@@ -230,6 +230,8 @@
|
||||
<Compile Include="Source\Attachments\AttachmentFactory.cs" />
|
||||
<Compile Include="Source\Attachments\FileHandler.cs" />
|
||||
<Compile Include="Source\Attachments\PWAttachment.cs" />
|
||||
<Compile Include="Source\Attachments\PWBaseAttachment.cs" />
|
||||
<Compile Include="Source\Attachments\PWFileUpload.cs" />
|
||||
<Compile Include="Source\Config\Configuration.cs" />
|
||||
<Compile Include="Source\Database\DatabaseConfig.cs" />
|
||||
<Compile Include="Source\Database\DatabaseConnection.cs" />
|
||||
@@ -237,6 +239,7 @@
|
||||
<Compile Include="Source\DataObjects\Attachment.cs" />
|
||||
<Compile Include="Source\DataObjects\ComboBoxData.cs" />
|
||||
<Compile Include="Source\DataObjects\Exceptions.cs" />
|
||||
<Compile Include="Source\DataObjects\PWFile.cs" />
|
||||
<Compile Include="Source\DataObjects\PWImage.cs" />
|
||||
<Compile Include="Source\DataObjects\NumValList.cs" />
|
||||
<Compile Include="Source\DataObjects\NumValPair.cs" />
|
||||
|
||||
Reference in New Issue
Block a user