Skip to content

Nuget package manager fixes#12

Open
makari4cpp wants to merge 2 commits intoDaniel15:masterfrom
makari4cpp:nuget-package-manager-fixes
Open

Nuget package manager fixes#12
makari4cpp wants to merge 2 commits intoDaniel15:masterfrom
makari4cpp:nuget-package-manager-fixes

Conversation

@makari4cpp
Copy link

Nuget package manager version 3.9.0.0 don't work with base configuration.

  1. This program are sending query without slash. I was added string in nginx.conf.example
  2. File name in put query send file with name as package name. Script is working with the first filename.

Makarov Dmitriy added 2 commits December 16, 2015 11:33
Nuget Package explorer send file in put query wih file name as <package name>
Nuget Package manager send query without "/"
Copy link
Owner

Choose a reason for hiding this comment

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

Does something like this work?

$file = head($_FILES);

Then you should be able to do $file['tmp_name'] to get the filename.

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.

2 participants