Author |
|
sach3000 Newbie
Joined: 07 June 2012 Location: Russian Federation
Online Status: Offline Posts: 3
|
Posted: 07 June 2012 at 4:04am | IP Logged
|
|
|
Good day,
How i can update all contacts, when press Import (file CSV upload) so are not duplicated ?
And tell me please, how deleting all contacs without selecting each contact ?
we are using our project into IIS7, .aspx
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 08 June 2012 at 3:23am | IP Logged
|
|
|
Quote:
How i can update all contacts, when press Import (file CSV upload) so are not duplicated ? |
|
|
In terms of WebMail address book, it's absolutely OK to have duplicate contacts, as there might be, for example, multiple persons who have the same email address, so WebMail allows adding contacts even if they're totally identical to existing ones.
We do allow modification of the source code, feel free to modify the product to make it suit your requirements better.
Quote:
how deleting all contacs without selecting each contact? |
|
|
There's a checkbox at top left corner of the contacts list, it allows for selecting all the contacts at once. It's limited to current page, and you can change number of contacts per page in account settings.
Quote:
we are using our project into IIS7, .aspx |
|
|
By the way, is it an option for you to switch to PHP version? ASP.NET version is no longer actively maintained and is still v5.1.* while PHP version was updated to 6.4.* recently.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
sach3000 Newbie
Joined: 07 June 2012 Location: Russian Federation
Online Status: Offline Posts: 3
|
Posted: 08 June 2012 at 7:58pm | IP Logged
|
|
|
i check my problem over powershell script using MSSQLBase, update contacs. But encoding..webmail use UTF-8 format ?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 08 June 2012 at 10:48pm | IP Logged
|
|
|
Quote:
But encoding..webmail use UTF-8 format ? |
|
|
Yes, UTF-8 is the default charset used by WebMail, this applies to database storage as well.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
sach3000 Newbie
Joined: 07 June 2012 Location: Russian Federation
Online Status: Offline Posts: 3
|
Posted: 09 June 2012 at 12:21am | IP Logged
|
|
|
For import file over web iface file must be charset is ANSI (outlook's by default export format file) !
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 13 June 2012 at 4:06am | IP Logged
|
|
|
You're right, and WebMail converts the file from ANSI to UTF-8 when performing import.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|