DevBlog

About

The DevBlog documents all developments and promotions that relate to the TM4B Bulk SMS Gateway and its associated services 70589.INFO & T4ME.

Categories

28/03/2006Improved File Uploading Mechanism

Summary:

The file uploading mechanism used by SMS Online has been improved.

Category:

Modifications

Link:

www.tm4bhelp.com/dev/p-10.php

Details:

Whilst we have no control over the time it takes to transfer data from a client to our server, we have been able to reduce the time needed to analyse data and add it to the relevant database.

We've also improved the way in which upload errors are reported. Previously, error codes would be given and errors would have to be 'dug' out using validation rules as a guideline.

But now, this responsibility has been taken on by the new uploading mechanism which presents errors in plain English along with references as to where they exist. For example:

  • This file appears to be empty.
  • This file has xxx lines too many.
  • The field name xxx contains non-alphabetic characters.
  • The field name xxx is longer than 50 characters.
  • etc.

Although these improvements have been made, clients should still do their best to ensure their data is valid beforehand to save time and frustration, for which information can be found in the File Upload section of the Knowledge Base.