Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(368)

Issue 99052: Content upload for php shindig

Can't Edit
Can't Publish+Mail
Start Review
Created:
16 years, 6 months ago by Jinhui Du
Modified:
16 years, 6 months ago
Reviewers:
Base URL:
http://svn.apache.org/repos/asf/incubator/shindig/trunk/
Visibility:
Public.

Description

Moves the uploaded file via the REST(image/*,video/*,audio/*) or JSON-RPC(multipart/form-data) api to a temporary directory. And pass the file info to the container specified method. With partuza the upload.xml can test the JSON RPC(multipart/form-data) upload api and the REST(multipart/form-data) upload api. The upload.php can test the REST(image/*) upload api.

Patch Set 1 #

Patch Set 2 : Merge the changes. #

Patch Set 3 : Fetches the remote content if the url of the create media item is specified. #

Patch Set 4 : Deleting the temporary file is commented out in the previous patch. #

Patch Set 5 : Adds the album.xml. Adds support to delete multiple albums. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+387 lines, -15 lines) Patch
php/src/social/sample/JsonDbOpensocialService.php View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
php/src/social/service/AlbumHandler.php View 1 chunk +2 lines, -2 lines 0 comments Download
php/src/social/service/MediaItemHandler.php View 1 2 3 4 1 chunk +87 lines, -1 line 0 comments Download
php/src/social/servlet/ApiServlet.php View 1 2 3 4 1 chunk +7 lines, -1 line 0 comments Download
php/src/social/spi/MediaItemService.php View 1 2 3 4 1 chunk +11 lines, -3 lines 0 comments Download
php/test/misc/album/album.xml View 1 chunk +168 lines, -0 lines 0 comments Download
php/test/misc/upload/icon.jpg View 0 chunks +-1 lines, --1 lines 0 comments Download
php/test/misc/upload/upload.php View 1 2 1 chunk +31 lines, -0 lines 0 comments Download
php/test/misc/upload/upload.xml View 1 chunk +64 lines, -0 lines 0 comments Download
php/test/social/MediaItemRestTest.php View 3 4 5 chunks +17 lines, -8 lines 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b