Answered How to paste a list of keywords (separated by comma) in the keyword field? GoStock Script

PureGod

Member
OK, there is no bulk upload and no metadata recognition.
But it's even worse!
I cannot paste a list of keywords (separated by comma) in the keyword field. I must rewrite them one by one.
C'mmon, this is not serious !
I have to agree that the uploader have important features missing.

Your issue is caused by the tag length of the tag input field. To increase the maximum of chars of a input field:

Go to resources\views\images\upload.blade.php and search for
JavaScript:
'maxChars' : 25,
and replace the 25 with a higher value
JavaScript:
'maxChars' : 250,
 
Top