liruqi / partychapp

Automatically exported from code.google.com/p/partychapp
0 stars 0 forks source link

File attachment/sharing #59

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Proposed flow:
1. User types in /attach
2. Partychat replies with "Attach your file at 
http://partychapp.appspot.com/channel/attach/<channel name>" (there's also a 
link to this from 
the channel page)
3. User clicks on link, is shown file upload form, uploads file (directly to 
Blobstore, see 
http://code.google.com/appengine/docs/java/blobstore/overview.html)
4. User gets back URL to file, which is also broadcast to the channel as 
"<nickname> has uploaded 
<URL>"

To avoid this being used for file hosting, only users in a channel can access 
files uploaded to it. We 
could also have a per-user/channel files/bytes per day quota.

Original issue reported on code.google.com by mihai.parparita on 5 May 2010 at 1:35

GoogleCodeExporter commented 9 years ago
Issue 144 has been merged into this issue.

Original comment by mihai.parparita on 1 May 2011 at 4:49