Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TiMOB-17253](3.3.x) iOS HTTClient send files with timestamp as name #5886

Merged
merged 1 commit into from Jul 7, 2014

Conversation

pec1985
Copy link
Contributor

@pec1985 pec1985 commented Jul 3, 2014

pack port from #5885

@pec1985 pec1985 changed the title [TiMOB-17253] iOS HTTClient send files with timestamp as name [TiMOB-17253](3.3.x) iOS HTTClient send files with timestamp as name Jul 3, 2014
@@ -168,27 +169,36 @@ -(void)send:(id)args
NSInteger dataIndex = 0;
form = [[[APSHTTPPostForm alloc] init] autorelease];
id arg = [args objectAtIndex:0];
if([arg isKindOfClass:[NSDictionary class]]) {
NSInteger timespamp = (NSInteger)[[NSDate date] timeIntervalSince1970];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo : timestamp

@srahim
Copy link
Contributor

srahim commented Jul 7, 2014

Except for the typo everything else looks good.

Continuing on with Functional

@srahim
Copy link
Contributor

srahim commented Jul 7, 2014

Functionally Tested and APPROVED

srahim added a commit that referenced this pull request Jul 7, 2014
[TiMOB-17253](3.3.x) iOS HTTClient send files with timestamp as name
@srahim srahim merged commit 0d1a494 into tidev:3_3_X Jul 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants