Hi @Bertram_Ji ,
You can use the approach outlined here for importing and converting mixed case sequences into upper-case. That is, your command would look like:
qiime tools import \
--input-path PIDwholefract_otus97num.fasta \
--type 'FeatureData[Sequence]' \
--input-format 'MixedCaseDNAFASTAFormat' \
--output-path PIDwholefract_otus97num.qza
Give that a try and let us know how it goes.