Here the browse button is where i upload the file, at someplace it is uploading. But someplace its not uploading. Please Help !!
Hi @Sreejith_Nair1
Welcome to the community.
The file that you are searching and the file that exists are different. The folder has “Sample.txt.txt”, But you are searching for “Sample.txt”
I get what you are saying, but the path i have given is correct, thats why it is uploading in some places, same line of code is copy pasted without changing a word in every senario.
@Sreejith_Nair1
please check below factors once
- File Extension Issue: Your file appears as
Sample.txt.txt
. Ensure it’s not mistakenly renamed. - Browser Restrictions: Some web applications filter files based on expected extensions. Try renaming the file to
Sample.txt
and re-uploading. - Cache & Cookies: Clear your browser cache or try in Incognito Mode.
- Different Upload Handlers: The upload fields might have different backend validations. Ensure they accept
.txt
files. - File Naming & Size – Avoid spaces/special characters in file names and check for size limits.
- Backend & API Limits – Some servers restrict concurrent uploads; check logs for errors
cheers!!
In the first pic, Its uploading in the Browse button, but when i navigate to the next section to upload the file it not uploading at someplace.
In the second picture, As you can see i have performed the browse action and navigated to the file directory and Click ‘OK’ to open the file so that it can upload, then it not uploading. What i mean is that i have done the Same activity at every place after targeting each and every Browse button , after that i have applied same activity because the same activity is repeating. Please Help!!!..
Hi @Sreejith_Nair1,
Are you able to upload on the next page manually?
Is this upload error happening for only one file? Have you tried uploading another file and see if it works?
It would also help to understand that Per this site functionality, when do you usually encounter this uploading error?
Can be the case that the file you are trying to upload is big in size or not in the accepted formats?
Regards
Sonali
Hey @Sreejith_Nair1 can you try with the manually like upload are you able to do that. because might be the file size is large which take time but before that bot click on the upload button which might be you giving this type of error. can you check that like manually upload that file and click on that button.if this happen same with manual you can add some delay .or retry
cheers