Company
Platform
Mediafactory EU
Mediafactory NA
Support
Developer
Follow Us:
Developer Documentation Portal
Need help?
Contact Us
.
Home
Platform Overview
API
Applications
Search
API Reference
Getting Started
Methods
+
Friends
+
Upload
+
Upload.
Uploading Files
Channels
+
Media
+
Media.
getFiles
Media.
logHit
Media.
updateFile
Users
+
Users.
activateUser
Users.
blockUser
Users.
confirmCredentials
Users.
followUser
Users.
getBlockedUsers
Users.
getBlockedUsers
Users.
getConnections
Users.
getLoggedInUser
Users.
getPowerUserRanking
Users.
getSessionToken
Users.
getUserBySessionToken
Users.
getUserInfo
Users.
getUserInfoByDeviceID
Users.
getUserInfoByEmail
Users.
getUserInfoByExternalID
Users.
getUserInfoByPhone
Users.
getUserInfoByUserName
Users.
getUsers
Users.
inviteUsers
Users.
regenerateCode
Users.
regenerateCode
Users.
register
Users.
registerOrUpdate
Users.
registerOrUpdateV2
Users.
removeDevice
Users.
reportOffensive
Users.
sendVerificationCode
Users.
setPassword
Users.
unBlockUser
Users.
unFollowUser
Users.
updateUserInfo
Users.
validateCode
Users.
validateVerificationCode
Users.
verifyUserEmail
Groups
+
Collections
+
System
+
Geo
+
I18n
+
Vhost
+
InstantWinner
+
InstantWinner.
getEntryForToday
Notifications
+
Game
+
Game.
getUserLog
Documentation
>
API Reference
>
Upload
The Upload method allows your app to upload media into New Spark Media Platform.
Uploading Files
Chunk Uploading using Multi Part Uploading API - used for large files (5MB minimum size) - Example
Services Used
media.createMultiPartUpload
media.abortMultiPartUpload
media.completeMultiPartUpload
<?php //Use split command to chunk file for uploading
read more »