BugNET

Open source issue tracking & project management

Forums

HomeHomeSupportSupportGeneral SupportGeneral SupportAttachments in RC1Attachments in RC1
Previous
 
Next
New Post
12/21/2009 11:20 AM
 

Are attachments not working in RC1 or do I have the premissions on my directory wrong? When I attempt to upload a file a get the red/pink box showing file name and then after a brief time it goes away but the file is not listed under attachments.

  • I have the project set to file system for attachments and the directory set to ~\Uploads\
  • The file extensions is *.* and the file size is 52428800
  • I tried both giving IIS_IUSRS write permissions and giving the Everyone group full control.
  • There are no entried in the event log. Running on WS08.

Any ideas?

Thanks,
-Mont

 
New Post
12/21/2009 12:23 PM
 

There is a bug in the 0.8 RC1 version with saving attachments. It has been reported here - support.bugnetproject.com/Issues/Issu...


Davin Dubeau

follow us on twitter facebook users group google plus
 
New Post
12/21/2009 12:30 PM
 

Thanks, sorry I missed that.

-Mont

 
New Post
12/22/2009 12:11 PM
 

Hi,

I have fixed the problem. Replace the line 64 (upload_url: "http://localhost/BugNET/Issues/Upload...", // Relative to the SWF file) in Attachements.ascx with

upload_url: "<%=Request.Url.GetLeftPart(UriPartial.Authority) + Request.ApplicationPath + "/Issues/UploadAttachment.aspx" %>", // Relative to the SWF file

This fixes the problem...

Kind regards
Philipp

@Davin: I have postet the patchfile to issue ticket

 
Previous
 
Next
HomeHomeSupportSupportGeneral SupportGeneral SupportAttachments in RC1Attachments in RC1


Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.