niggling few errors

  • Thread starter Thread starter Rob
  • Start date Start date
R

Rob

Hi I have just finished my import file form to import csv
files to my db using the transfer text method. Can
someone tell me how to trap the errors I have listed at
the bottom of the post.

I have tried the onerror of the form

Any help appreciated.

Rob

31519 - You cannot import this file. If the user adds
*.* for file name then picks a file other than the
allowed format or if the file is of the correct extension
but of the wrong content type.
3011 - bad filename usually if it is changed when in the
text box having been selected from the file picker
2391 - If the import file does not have the correct
headers
3044 - path does not exist if the selection from the file
picker is changed once it is in the textbox. I could
make this an unselectable field but I dont really want to.
 
Back
Top