function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
LavanyaLavanya 

Static Resource named UploadTemplate does not exist.

Hi All , can anyone tell wht is meant by Error :Static Resource named UploadTemplate does not exist

I am new to VF code. In my VF code i getting this error.

ManjunathManjunath
Hi,

Check the name give in static resource match the name given in VF page.

Regards
bujjibujji
just use the saved static resource name. Don't use the name of the file in your local file system.

Thanks,
Bujji
Rahul_sgRahul_sg

go to the Appsetup> Develop>static resources and check if UploadTemplate exists. From the error its not available in your org. Either name is differecnt or its missing.

You can paste your code here so that some one can take a look into it to resolve this quickly.

Prakash@SFDCPrakash@SFDC

Just do onething upload the static resource from your local machine to Org with the name UploadTemplate .  I am sure that static resource is not there in you org .