* Tweaked the upload response and now at least uploading the mesh works.

* Binary error on downloading the mesh though..   so still not yet working.
This commit is contained in:
Teravus Ovares (Dan Olivares)
2010-10-14 09:24:15 -04:00
parent 9c5f8a6802
commit 7e363b79c7
3 changed files with 35 additions and 16 deletions

View File

@@ -39,4 +39,18 @@ namespace OpenSim.Framework.Capabilities
{
}
}
[OSDMap]
public class LLSDNewFileAngentInventoryVariablePriceReplyResponse
{
public int resource_cost;
public string state;
public int upload_price;
public string rsvp;
public LLSDNewFileAngentInventoryVariablePriceReplyResponse()
{
state = "confirm_upload";
}
}
}