Click here to Skip to main content
15,888,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi folks,

I am practicing to report bugs to Bugzilla using XML file with an attachment. I am using bugzilla3 for this and using importxml.pl script for logging the bug.
code for attachment is :

<attachment isobsolete="0" ispatch="0" isprivate="0">
  <attachid>1</attachid>
  <date>2012-02-01 20:27</date>
  <desc>Trigger StateChart</desc>
  <filename>rajeev.txt</filename>
  <type>text/html</type>
  <size>0</size>
  <attacher>rajeev.verma@gmail.com</attacher>
 </attachment>


But after logging the Bug I am unable to see the attachment.
Details for attachment is giving this error : "The content of this attachment has been deleted."
And I am unable to find the attachment file I have given in XML file.

Please guide me how to resolve this?
Thanks in advance.
Rajeev Verma
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900